Sidebar fonts

Posted in: Newspaper
Post count: 28

Hi tagdiv team,

please have a look at http://5star-kenya.com/about-us/

How can I change the fonts of the right sidebar to behave like the footer 1 on the bottom ?

I want the richt sidebar menu to have white as default color, my spezial green as hover and my special
green as highlighted color while beeing on that particular page.

Thanks in advance

markus

Post count: 1291

Hi,

Try the following css (add it in Theme Panel -> Custom CSS):

.widget a{
color: white;
}
.widget a:hover{
color: #8fbf10;
}
.widget .current_page_item a{
color: #8fbf10;
}

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Post count: 28

Hi Emil,

worked nicely – thanks a lot !!!!

Markus

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.