Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #494536

    Hello. Pulling my hair out with this one. I want ALL hyperlinks to be ‘color: #93ce68’ with a text decoration of ‘none’. I can get it to look right in Chrome Dev or Firebug, but cannot get it to work within Quick CSS. I’m thinking it has to be something browser cache related…but I’ve tried multiple browsers and clearing them out.

    Here is what I’ve tried, just to test some particular hyperlinks on this page.

    #top .av_inherit_color a {
    text-decoration: none !important;
    color: #93ce68 !important;
    }

    I’ve also tried specifying my own class in Quick CSS and applying that to the text editor. No dice.

    Thanks,
    Ryan

    #494581

    I’m good to go. It was in fact caching. I had to clear all caches on the plugin side of things.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hyperlink Styling’ is closed to new replies.