Jump to content

lettertype veranderen van de categorieën


Recommended Posts

Hallo Wottshop. In de map thema's staat ook een map CSS. In de global.css moet je bij regel 1247 de font-size veranderen naar 10 px of je moet font-weight naar normal zetten.

Dan staat het beter

Nu staat er:
div#categories_block_left ul.tree li {
background:none repeat scroll 0 0 transparent;
border:medium none;
font-size:13px;
font-weight:bold;
line-height:13px;
margin-left:0;
margin-top:2px;
}

dat moet worden:

div#categories_block_left ul.tree li {
background:none repeat scroll 0 0 transparent;
border:medium none;
font-size:10px;
font-weight:normal;
line-height:13px;
margin-left:0;
margin-top:2px;
}


Gr Willem

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...