Jump to content

[Solved] Increasing font size in Categories box


Recommended Posts

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

post-471317-0-18820800-1384332651_thumb.png

Edited by GMM148 (see edit history)
Link to comment
Share on other sites

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

SOLVED - Faxlain, thanks, issue sorted! Most kind and thank you for the speedy answer.

 

 

[sOLVED] Topic

If, 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

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...