Skip to main content

Text-decoration: none not working

Comments

3 comments

  • Ariel H.

    Hi Mihaela,

    Thank you for contacting us.

    Please provide us with the URL, so we can inspect it.  If you prefer to keep it private, we won't show it on this support thread.

    I am looking forward to your response.

    Best regards,
    Ariel H.

    1
  • KC George

    Hi Mihaela,

    If you are on WordPress, please try adding the below code to Additional CSS under Appearance - Customize in your WordPress Dashboard.

    If you are on Brizy Cloud, please add the below code under CMS- Project Settings - Custom CSS. See this screenshot https://jmp.sh/NR8X5XYV

    /*Remove underline from links  */
    p a {
    text-decoration: none !important;
    }
    0
  • Mihaela Kawinska

    Thank you George! Fixed!

    0

Please sign in to leave a comment.