Change font color of a sidebar link (active page)
Hi,
can I get a link to a page, that is currently active, to stay in a color I choose?
The links are in a sidebar-widget, changeable under: #secondary .widget ul li a
But .current_menu_item or .current_page_item seems not to work, like in the main-menu.
How can i make it?
Thanks
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Alexander
Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
This is a private message.
Thanks :)
The only way this can be done, that we can think of, is with a Custom Menu Widget. If you insert a Cusotm Menu Widget into the sidebar you can use the following at Appearance > Custom CSS:
/* Custom Menu Widget */ .widget_nav_menu .current-menu-item a { color: #cccccc; }Edit the colour value, #cccccc as required.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.