• Resolved ndar

    (@ndar)


    When I updated Kadence Blocks (I was holding out and was multiple versions behind), my advanced block button text now has underlines. How can I remove this? It’s a strange default for buttons. I realize it’s probably adopting the style of active links, but buttons shouldn’t do that, given that the button’s presence itself conveys that it is an active link.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Chito

    (@chitocamacho)

    Hey,

    Thanks for writing in and for the link.

    You have a CSS that applies text-decoration: underline. See screenshot: https://share.getcloudapp.com/kpulLRbl

    That is not from Kadence. Please check if you have applied custom CSS for that. Otherwise, kindly clear the website cache.

    If it’s a style conflict from your current theme, add the below code in Appearance > Customize > Additional CSS to remove the underline:

    .wp-block-kadence-advancedbtn>a{
    text-decoration: none !important
    }

    Let us know how it goes!

    Best,
    Chito

    Thread Starter ndar

    (@ndar)

    Thank you! Your css snippet works. I see the custom CSS now… it’s to get an underline on the active post links in my RSS feed on the homepage – that was the conflict. Anyway, it looks okay now. Appreciate the help.

    Plugin Support Chito

    (@chitocamacho)

    Hey,

    Fantastic! Glad to hear everything’s working for you now. ??

    Let us know if you need help with anything else.

    Have a great day.

    Best,
    Chito

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Advanced Blocks have Underline?’ is closed to new replies.