wottshop.nl Posted September 8, 2010 Share Posted September 8, 2010 Ik wil graag het lettertype veranderen van de categorieën omdat dit op op oude windows computers er net iets te groot uit ziet.kan iemand mij vertellen waar ik dit bestand kan vinden? Link to comment Share on other sites More sharing options...
Willem Posted September 8, 2010 Share Posted September 8, 2010 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 beterNu 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now