Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #838421

    hello there,

    i would like my links in my special headings to look exactly like they do in regular text.

    i want the underline to show on HOVER (and now show when just browsing). also, the color to change on HOVER.

    thanks for your help!

    chris

    #838770

    Hey Chris,

    Please add this in Quick CSS:

    .av-special-heading a {text-decoration:none!important; color:#b0b0b0!important}
    .av-special-heading a:hover {text-decoration:underline!important; color:#0f437a!important;}

    What would you like the link color to be when it’s not hovered over? Right now, I made it gray so that it’s a little obvious. Otherwise, it will get the visitor’s attention. Another option is to have it as #0f437a blue, and then when it is hovered over, it can be black and underlined.

    Let us know so we can give you the accurate code.

    Best regards,
    Sarah

    #838779

    hey there, thanks!

    i’d like it to look exactly like my current links in regular text. black with no underline normally. then the dark blue that i’ve chosen for my link text – and underlined – when hovered over.

    thanks,

    chris

    #838792

    All right. In that case please use this code:

    .av-special-heading a {text-decoration:none!important; }
    .av-special-heading a:hover {text-decoration:underline!important; color:#0f437a!important;}

    Let me know if that works for you.

    Best regards,
    Sarah

    #838795

    super! thanks so much!

    chris

    #838823

    You’re welcome! For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    We’d appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘links in special heading are underlined … i don't want that’ is closed to new replies.