• Hi,

    I’m using a child theme for the Customify theme and when I insert an Advanced Button Block the theme’s stylesheet is overriding the settings for the block (background color, font, hover, etc).

    Any help appreciated.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hi Don,
    Have you tried reaching out to your theme authors about this?
    You can override with css like this (though obviously not ideal):

    .wp-block-kadence-advancedbtn .kt-btn-wrap a.kt-button:not(.link) {
        background: #333;
        color: #fff;
    }
    .wp-block-kadence-advancedbtn .kt-btn-wrap a.kt-button:not(.link):hover {
        text-decoration: none;
        background: #000;
        color: #eee;
    }

    Best,
    Hannah

    Thread Starter Don Betts

    (@dbetts)

    Hi Hannah,
    Thanks for getting back to me.

    I did contact the theme developer and they asked me to talk to the plugin developer ??

    I’ve thought of the css override but I’d have to do it for every different style of button created – which, you’re right, is not ideal.

    No worries, just wondered if there was a simple fix I was missing.

    Cheers,
    Don

    Hey,
    I’m surprised they are using such specific css, sorry it isn’t working for you.

    Our new Free Kadence Theme would have built-in support for Kadence Blocks : https://www.kadencewp.com/kadence-theme/

    all the best,

    Ben

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme is overriding Kadence styles’ is closed to new replies.