customize sidebar
Hi,
How can I change color of text in menu added in sidebar ?
By default, the text is #FFD700 and hoever #F47E3C
Thanks a lot
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Master Kiki
To globally set your content link color you could use the following under Appearance > Custom CSS:
/* Links */ #main a { color: #dd3333; } #main a:hover { color: #2b1100; }Adjust as required.
To target just a custom menu in the sidebar you could try something like this:
/* Sidebar Custom Menu */ #secondary .widget.widget_nav_menu ul li a { color: #dd3333: } #secondary .widget.widget_nav_menu ul li a:hover { color: #2b1100; }And adjust 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.