Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1196348

    I found this code with inspect element:

    #top .custom-color-heading a {
    text-decoration: underline;
    }

    is there any way to remove the underline from Enfold Theme Options or do I have to enter a custom CSS code for it?

    if so, what would be the code?

    Thanks!

    • This topic was modified 4 years ago by 0_o.
    #1197552

    Hey 0_o,

    You would need to override that with custom CSS, please try this in Quick CSS:

    #top .custom-color-heading a {
      text-decoration: none;
    }

    Best regards,
    Rikard

    #1197978

    Thank you!

    #1198217

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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