Skip to main content

Fixing Underling On Hover

Comments

11 comments

  • Aaron Shields

    FYI: I'm using the Blocksy theme if that's relevant.

    0
  • Ariel H.

    Hi Aaron,

    Thank you for reaching out to us.

    Could you please provide us with the URL so that we can inspect it? Rest assured that we will not publish it on this support thread if you prefer to keep it private.

    I look forward to your response.

    Best regards,
    Ariel H.

    0
  • Aaron Shields

     

    It's the links in the footer.

    Home, Results, About, and FAQ go to block on the same page and underline when hovered over.

    Services and Newsletter go to other pages and don't underline when hovered over.

    0
  • Ariel H.

    Hi Aaron,

    Thank you for the update.

    Please try using the following CSS:

    .brz a:hover {
        text-decoration: underline !important;
    }

    I've tested this using an online CSS editor as demonstrated on this screencast: https://youtu.be/ZADYOeOByRY

    Let me know if this helps resolve the issue.

    Kind regards,
    Ariel H.

    0
  • Aaron Shields

    That looks to be similar to the same I tried.

    The problem with it is that it also adds underlines to the text on buttons when you hover over them.

    (Note: It doesn't add it to buttons attached to forms but it does add it to all buttons that are links to other pages).

    The code is up on the page, so you can see how it's on the buttons.

    0
  • Ariel H.

    Hi Aaron,

    Could you please provide us with temporary access to your WP Admin login details so we can directly check this issue? Please add us as an Admin user to your WordPress Dashboard and send the following details to communitysupport@brizy.io:

    Community Post link: https://support.brizy.io/hc/en-us/community/posts/17685075914642
    WordPress Admin URL:
    Username:
    Password:

    Best regards,
    Ariel H.

    0
  • Aaron Shields

    It has been sent.

    0
  • Ariel H.

    Hi Aaron,

    Thank you for your cooperation.

    The CSS has been removed from the Additional CSS tab and instead, it has been added directly into the global block, as demonstrated in this screencast: https://youtu.be/2oCwvEOFjw4

    Please try this on your end and let me know if you have any further questions.

    Kind regards,
    Ariel H.

    0
  • Aaron Shields

    Thanks. That worked for most of the site. But, It's also underlining the subscribe in the button in the footer too. Is there any way to remove that?

    0
  • Ariel H.

    Hi Aaron,

    That is interesting. It doesn't seem to occur on my end: https://youtu.be/sDU1Bx0Lvow
    Could you please try loading your site in incognito mode or try using another browser?

    Best regards,
    Ariel H.

    0
  • Aaron Shields

    Oops. That worked. Thanks!

    0

Please sign in to leave a comment.