Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #129214
    wizzyd
    Participant

    Hey there. I think I succeeded in getting rid of all underlines on my hyperlinks with some additional CSS.

    Now I’d like to change the following:

    1. the text color of hyperlinks (so people know they’re linked).
    2. and then, on hover, I’d like to change the background color to something contrasting.

    Is there Verity Pro-friendly CSS for this? I feel less than confident going further than the “no underline” CSS I just added–that was my good luck it worked…!

    #129225
    Pratik
    Keymaster

    Hi @wizzyd,

    Can you post in your site url?

    #129246
    wizzyd
    Participant

    Sorry about that!

    https://danielnester.com

    Basically I just Googled “how to make you links not be underlined,” and got CSS for that. But now I would like to have the links be a slightly different color and have a constrasting background on mouse-hover. I’m just getting nervous about doing that without, like, wrecking the whole site. And I definitely don’t want to play around with some plugin unless I have to.

    Thanks!

    #129338
    tikaram
    Keymaster

    @wizzyd : Go to Appearance => Customize => Additional css and add the following css.

    a:link {
    	color:#ac75ac !important;
    }
    .first-post .entry-container a {
    	color: #fff !important;
    }

    Let me know if you need a different color.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS for no ul hyper links but change color and background on hover’ is closed to new replies.