Home>Support>customize sidebar

customize sidebar

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 7 months ago Andrew Misplon
    Hi, I Work Here

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

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More