Home>Support>customize sidebar
  1. 9 years, 10 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