• I’m loving the basic Fifteen theme, but am very new at WP. I’m trying to change my hyperlink color (the “green” underline), as well as the green line on my home page which divides the Post, Categories, etc…

    wwww.steverowe.com

    Is there a Plug In I can use. Just crashed before trying to use CSS Editor.

    Thanks

Viewing 1 replies (of 1 total)
  • Hey Kat!

    I don’t see a green underline for your links, but the separator colour can be changed by using this:

    #secondary h1.widget-title, #footer-sidebar h1.widget-title {
        box-shadow: 0 20px 0 -18px #008000;
    }

    Simple Custom CSS will work if the theme’s custom CSS area isn’t working for you 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘How do I change Hyperlink Color & Divider Line’ is closed to new replies.