• Hi,
    I am using Beaver builder and the recent update added an Underline to all my Links. How can I remove it?

    Cheers,
    Aan

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    This issue has been fixed in our latest version or theme, please try to update the theme to the latest version 2.0.2 to fix the issue.

    Or try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .single .entry-content a, .page .entry a {
    text-decoration: none;
    }
    .single .entry-content a, .page .entry a:hover {
    text-decoration: none;
    }
    Thread Starter Aan de Silva

    (@aands)

    Thanks.

    I am with the latest version 2.0.2 and WP 5.6.

    and, tried the code, still did not work.

    Hello,

    That is quite odd, please share Clear entire browser/website/cloud cache.
    Reset scripts via Theme Panel > Scripts & Styles, by disabling all, then enabling back again and saving changes, and check.

    If not resolved by the above, share the page URL to check it.

    Thread Starter Aan de Silva

    (@aands)

    Can you please check you see the same issue?

    https://aandesilva.com/

    Hello,

    Please try to replace the above code with this one and check.

    .single .entry-content a, .page .entry a:hover {
        text-decoration: none !important;
    }
    .single .entry-content a, .page .entry a {
        text-decoration: none !important;
    }
    Thread Starter Aan de Silva

    (@aands)

    Yes, that solved.
    Thanks

    Happy to hear that your issue has been fixed ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove hyperlink underlines added in the recent OceanWP’ is closed to new replies.