Jump to content

Categories font disappear


cille5

Recommended Posts

looked at your site and this is the solution:

 

change this:

div.verticalmenu ul li a .menu-title {
    margin-left: 10px;
}

To this:

div.verticalmenu ul li a .menu-title {
    margin-left: 10px;
    color: #FF0000;
}

Color is currently red so u can see what is getting changed, change color to white #FFFFFF

  • Like 1
Link to comment
Share on other sites

you want to change the color of the currently active menu ?

 

Update:

If you want to change the text color of the currently active menu:

 

Find:

#leo-verticalmenu .title_block, #categories_block_left .title_block {
    background: none repeat scroll 0% 0% #11A8AB;
}


Change:

#leo-verticalmenu .title_block, #categories_block_left .title_block {
    background: none repeat scroll 0% 0% #11A8AB;
    color: blue;
}

Color will be blue, you can change it to whatever you want.

 

If topic is solved you can mark it as solved :)

Edited by funstad (see edit history)
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...