GMM148 Posted November 13, 2013 Share Posted November 13, 2013 (edited) Hi, I want to increase the size of the Categories section on Front Page - both of the header 'Categories' and the actual categories, see attached screen shot, top left bit. Being new to CSS I know that the relevant text is out themes/global/css as below: #categories_block_left li {border-bottom:1px dotted #ccc} #categories_block_left li.last { border:none;} #categories_block_left li a { display:block; padding:14px 22px 10px 22px; color:#333; background:url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent Wisdom on how what I need to edit to increase the text and insert bold into the actual categories would be appreciated. Thanks Giles Edited November 13, 2013 by GMM148 (see edit history) Link to comment Share on other sites More sharing options...
faxlain Posted November 13, 2013 Share Posted November 13, 2013 To change category voices layout try this: #categories_block_left li a { display:block; padding:14px 22px 10px 22px; font-size: .....px; --> here you can set the size font-weight: bold; color:#333; ----> here you can change the color, if you want....with hexadecimal code, see this http://www.w3schools.com/html/html_colors.asp background:url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent Link to comment Share on other sites More sharing options...
GMM148 Posted November 13, 2013 Author Share Posted November 13, 2013 (edited) SOLVED - Faxlain, thanks, issue sorted! Most kind and thank you for the speedy answer. Edited November 13, 2013 by GMM148 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 13, 2013 Share Posted November 13, 2013 SOLVED - Faxlain, thanks, issue sorted! Most kind and thank you for the speedy answer. [sOLVED] TopicIf, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution. Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED]. To mark a topic as [solved] : - Edit the first post of your topic by clicking on the "Edit" button, - Click on the "Use full editor" button, - Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. thanks in advance Link to comment Share on other sites More sharing options...
faxlain Posted November 13, 2013 Share Posted November 13, 2013 it is a pleasure to help Newbies / Apprentices like me 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