Jump to content

Can i change the font size of the category.


Recommended Posts

you can

for top menu open superfish-modified.css file located in module directory,

near line 168 you've got something like:

.sf-menu a, .sf-menu a:visited {
height: 34px !IE;
}

add there font-size param, for example:

.sf-menu a, .sf-menu a:visited {
height: 34px !IE;
font-size:20px;
}
Link to comment
Share on other sites

 

you can

for top menu open superfish-modified.css file located in module directory,

near line 168 you've got something like:

.sf-menu a, .sf-menu a:visited {
height: 34px !IE;
}

add there font-size param, for example:

.sf-menu a, .sf-menu a:visited {
height: 34px !IE;
font-size:20px;
}

The top menu is ok now the categorie blok please ;) :)

44sd.jpg

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