This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

1
  1. Andrew Misplon Staff 11 years, 3 months ago

    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.

Have a different question or issue?

Start New Thread