• Hi – So, I’ve set the content link colors in the customize menu and they are showing up correctly, but links in the sidebar and header are wrong, they’re still the vantage light blue…is there another place I should be looking or a CSS style I should be changing?

    site: testing.rustnroses.net

Viewing 1 replies (of 1 total)
  • Have you tried this yet:

    .entry-content a, .entry-content a:hover {
    	color: #99cc66; /*apple-green - change as required*/
    }
    a, a:hover{
            color: #99cc66; /*apple-green - change as required*/
    }
    header#masthead hgroup a:hover, header#masthead hgroup a {
    	text-decoration: none;
    	color:#99cc66; /*apple-green - change as required*/
    }

    Check out http://www.colorpicker.com tp locate the color-code you’re looking for.

    == == ==

    If your theme has an option to customize the CSS like a ‘custom css’-TAB, place the above code there.
    Is such a feature missing from your theme? See the instructions below.
    Add the above code to the `style.css’ of your CHILDtheme:

    You don’t have a childtheme yet?

    1. Install and activate ‘one click childtheme plugin
    2. create the childtheme
    3. Dashboard > appearance > Themes > activate the childtheme
    4. Make the changes in the CHILDtheme!
    – copy php files / css-file(s) of the original theme [as required] to the childtheme directory and edit them as required.

Viewing 1 replies (of 1 total)
  • The topic ‘sidebar links the wrong color’ is closed to new replies.