• Resolved ukbestrong

    (@ukbestrong)


    I’ve just ran into a problem where the filled button (TwentyTwenty) go transparent on click. It’s happening sitewide. The outline buttons seem fine.

    Anybody else experiencing the same or can suggest a solution?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Twentig

    (@twentig)

    Hi,

    I see on your site that you’re using the myCred plugin. This plugin adds CSS that removes the background color of the focus button. To override it, you can add some custom CSS (Customizer > Additional CSS):

    .wp-block-button:not(.is-style-outline):not(.has-background) .wp-block-button__link:focus {
    	background-color: #d61347;
    }

    I hope the above is useful to you.

    If you enjoy Twentig, please rate it. It would really help me out 🙂
    Tom

    Thread Starter ukbestrong

    (@ukbestrong)

    Tom, you’re a complete superstar! On my way to the reviews 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fill Buttons Go Transparent on Click’ is closed to new replies.