gbola Posted January 18, 2014 Share Posted January 18, 2014 (edited) Hi, Please i will like to change the font type and increase the font size of the product categories menu on my website without altering the font of the main page on the website. Any ideas please? Edited June 10, 2014 by gbola (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted January 18, 2014 Share Posted January 18, 2014 Good morning This is assuming you are using PS 1.5 default theme Go to: public_html/your site/themes/default/css/global.css Around line 1950 Add the two lines in red /*************** Block CATEGORIES ***************/ #categories_block_left li {border-bottom:1px dotted #ccc} #categories_block_left li.last { border:none;} #categories_block_left li a { display:block; padding:7px 11px 5px 22px; color:#333; font-size: 140% !important; font-style: italic !important; background:url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent } I am not an expert Result http://screencast.com/t/V21bB1D5 Hope this helps Paul 1 Link to comment Share on other sites More sharing options...
gbola Posted January 18, 2014 Author Share Posted January 18, 2014 Thanks a lot. It worked perfectly. 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