Link color in a specific widget

  • Posted in : Read WP
  • Tessa
    Participant

    I want to change the link color in my text-4 widget only (so it doesn’t affect other blog sidebar widgets). I took a couple shots in the dark but can’t get it to work only for a specific widget. If there’s specific CSS I can use to do this please let me know!

    Mehmet S.
    Keymaster

    Can you provide your url?

    Tessa
    Participant

    http://www.balancingactive.com/

    To be specific, I want the “here” in “Find out more…” to have the blue link color and the same link hover color as the blog posts, but the only way I tried to do that, it changed the color of the social icons.

    Mehmet S.
    Keymaster

    Use this in your custom css field on your theme options:

    #text-4 a { color: #0986F8; }
    #text-4 a:hover { color: #FAA455; }
    
    Tessa
    Participant

    Thanks!

    Mehmet S.
    Keymaster

    You are welcome.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register