Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1271711

    Hello,

    I have this all working on one of my sites, but for some reason, I can’t figure out what I did or how to do it on another website!

    I am trying to display links within text boxes without an underline, but upon hovering, the link displays an underline.

    Should be pretty simple, but I just can’t get it.

    Thanks for your help!

    #1271747

    Hey msg8891,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1271903

    The site is a work in progress right now, but the link is below.

    The link in question is the “Read More” link.

    #1272062

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .av_textblock_section p a {
      text-decoration: none;
    }
    
    .av_textblock_section p a:hover {
      text-decoration: underline;
    }

    Best regards,
    Rikard

    #1272207

    Unfortunately, that did not fix it. The issue still persists.

    #1272277

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1272467

    Yes, I’ve done both. It actually appears that the links aren’t doing any hover actions. I changed the hover colors just to test and nothing happened.

    #1272870

    Hi,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.