• Resolved and2001

    (@and2001)


    Dear Sir or Madam,
    in the detailed view of an event, i would like to use the “advanced Button” of Kadence Blocks to create a link to my reviews. But all the modifications of color, position etc. don′t work. I only see a “nice” green button in the centre. The “normal” button of gutenberg works.
    Thank you for your help!
    Best regards
    Andreas Wolf

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor webnus

    (@webnus)

    Hi @and2001,

    This is forwarded to the developer team and it will be fixed for the next updates,
    Thank you for your reports,

    For now, you can use custom CSS for the button on single event page:
    https://webnus.net/dox/modern-events-calendar/inspect-element/

    Note: put your CSS code on MEC Settings > Custom CSS.

    You need CSS like it:

    .single-mec-events .wp-block-kadence-advancedbtn .kt-btn-wrap a.kt-button:not(.link) {
        color: #555;
        background: linear-gradient(180deg,rgba(238,238,238,1) 0%,rgba(153,153,153,1) 100%);
        border-color: rgba(85,85,85,1);
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,.2);
    }
    .single-mec-events .wp-block-kadence-advancedbtn .kt-btn-wrap a.kt-button:not(.link):hover,
    .single-mec-events .wp-block-kadence-advancedbtn .kt-btn-wrap a.kt-button:not(.link):focus {
        color: #fff;
        border-color: rgba(68,68,68,1);
    }

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Kadence Blocks: Advanced Button not working’ is closed to new replies.