Riya Posted November 4, 2013 Share Posted November 4, 2013 (edited) Hi, I am Using Defaul prestashop theme with v 1.5.5.So i want to change my categories blog font size and style BOLD .how to change please Help Me? Edited November 4, 2013 by Riya (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted November 4, 2013 Share Posted November 4, 2013 Open up global.css (themes/default/css/), find /*************** Block CATEGORIES ***************/ and in that portion #categories_block_left li a { display:block; padding:7px 11px 5px 22px; color:#333; background:url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent } Simply add font-weight: bold here Link to comment Share on other sites More sharing options...
Riya Posted November 4, 2013 Author Share Posted November 4, 2013 Thanks for the info. Worked great Link to comment Share on other sites More sharing options...
gabiang Posted December 31, 2013 Share Posted December 31, 2013 Open up global.css (themes/default/css/), find /*************** Block CATEGORIES ***************/ and in that portion #categories_block_left li a { display:block; padding:7px 11px 5px 22px; color:#333; background:url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent } Simply add font-weight: bold here Hi! And what about if you just want to change the font of parent categories only? I can't do it just with css, think I must edit tpl file of categoryblock module, but don't know how Any Help? Link to comment Share on other sites More sharing options...
Nair Posted May 7, 2014 Share Posted May 7, 2014 Hi! And what about if you just want to change the font of parent categories only? I can't do it just with css, think I must edit tpl file of categoryblock module, but don't know how Any Help? Hi Guys, Nemo, how do i do this? just the parent category to be bold? Thanks in advance Binesh Link to comment Share on other sites More sharing options...
NemoPS Posted May 8, 2014 Share Posted May 8, 2014 Parent only? It should be ul.tree>li>a probably...probably! didn't test it Link to comment Share on other sites More sharing options...
Nair Posted May 8, 2014 Share Posted May 8, 2014 Hi Nemo, Would help if you check and let me know, its weird in 1.5 that parent and child categories are of same texture...... thanks again. Link to comment Share on other sites More sharing options...
Petnumberone Posted January 15, 2016 Share Posted January 15, 2016 Can somebody help the beginner... I found the right place where is the category in the global.css How do I add the font-weight and where??? Link to comment Share on other sites More sharing options...
NemoPS Posted January 15, 2016 Share Posted January 15, 2016 ul.tree>li>a {font-weight: bold !important} 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