Skip to main content

Brizy Pro Link Styling Issues

Comments

5 comments

  • Sandra Prunici

    Hi,

    Could you try adding the Custom CSS code inside the block, here? Also, I would suggest adding such code:

    element a {
    text-decoration:none !important;
    }

    element a:visited {
    text-decoration:none !important;
    }
     
    Best regards,
    Sandra
    1
  • Christina L

    Thanks for this! It worked perfect.

    0
  • Sandra Prunici

    Great! I'm happy to hear this! Thank you too!

    Best regards,
    Sandra

    0
  • Timothy Faux

    I've tried all this custom css, searched the support forums up and down, and can't get a underline on hover - or any other styling on hover - to work, adding custom css at the project, block, or element level. Any current advice on this? Brizy cloud builder. Thanks!

    0
  • Permanently deleted user

    Hi Timothy,

    Can you please try to add this custom CSS   inside the block, here ?

    a{
    text-decoration : none !important;
    }

    a:hover{
    text-decoration : none !important;
    }

    0

Please sign in to leave a comment.