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.

Navigation link color

Open 1 reply themetheme-clearly
11 years ago · Last reply by Andrew Misplon 11 years ago

I really love this theme and am using it for a website but I was wondering if there was a way to change the color of just one of the links in the navigation? I’ve searched through the css and other pages and couldn’t find where the code is for that. I see the css for the over all color but if I just wanted to change one of the links, I couldn’t figure it out. Thanks for any help.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

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

    Hi Ashley

    Please remember to use a Custom CSS plugin or module or a child theme for your CSS changes.

    You need to inspect the front end html of the menu and find the class of the list item that contains the link you want to change. It will look something like this:

    /* Menu */
    .main-navigation li.page-item-2 a {
    	color: red;	
    }

    Change my class .page-item-2 to your class and my color to yours.

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