Jump to content

[SOLVED] HOW TO INCREASE FONT SIZE OF THE CATEGORIES MENU


gbola

Recommended Posts

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
 
 
Hope this helps
 
Paul
  • Like 1
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...