• paulrmiller3

    (@paulrmiller3yahoocom)


    I have figured out how to change the link color on normal font, but how can I change the color of a hyperlink that is inside of the <h3></h3> tags???

Viewing 5 replies - 1 through 5 (of 5 total)
  • CypressWebs

    (@jmeyer2485)

    Are you talking about the widget links?

    Thread Starter paulrmiller3

    (@paulrmiller3yahoocom)

    nevermind it worked… but yeah the widget links have not changed.. how do I change those?

    CypressWebs

    (@jmeyer2485)

    In your Child Theme or CSS Editor Plugin try this code:

    .widget-area .widget a {
        color: #757575;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.

    Thread Starter paulrmiller3

    (@paulrmiller3yahoocom)

    that did not change the hyperlink color though? It just changed the font size

    CypressWebs

    (@jmeyer2485)

    Yes, sorry I did size but edited the code.

    See code above again

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Twenty Twelve Link Color’ is closed to new replies.