• Hi,

    I am trying to change the color of all of the links on my theme. I don’t like the default burnt orange color that is currently has. I am not very familiar with CSS. Can someone please help?

    The theme is Cover WP 1.6.6

Viewing 3 replies - 1 through 3 (of 3 total)
  • in your Themes stylesheet (style.css) on line 416 you’ll see
    color:#cc3300;

    change the #cc3300 to whatever you’d prefer. That will take care of most of the links.

    Then search that file for other instances of that hex color code and replace those as well.

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter taladminstaff

    (@taladminstaff)

    Thanks for the feedback.

    Andy, I’m sorry, but I only want to change the color of the sidebar and footer text.
    I actually like the burnt orange links (ie, “read more”, “date”, etc).

    Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Cover WP Theme’ is closed to new replies.