Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1462233

    Hello,
    since the last update every link got an underline now. Menue, normal links …

    How can we deactivate every link underline at the whole page?

    #1462288

    Hey Anna_Tewes,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    :root :where(a:where(:not(.wp-element-button))) {
        text-decoration: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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