• Hello,

    I’m trying to change the color of my links (also in the widgets) but no matter what code i add in style.css it won’t work. I also read that there should be a code for the links in style.css but really, there isn’t

    Can someone help me with this?

    my website is https://www.anyadekker.nl

    Thanks!

Viewing 1 replies (of 1 total)
  • Which links? Are you using a Child Theme or custom CSS? You should not be modifying theme files at all – your changes will be lost when the theme is updated.

    A browser tool like Firebug will show you the CSS to add to custom CSS to make changes – looks like your theme has multiple stylesheets, so that’s why you may not be finding them in style.css.

    For example, this will change the post titles:

    .entry-title a {
       color:  #xxxxxx;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Change color of links (Evolve theme)’ is closed to new replies.