Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bas Schuiling

    (@basszje)

    Hi,

    I see the problem indeed. The offending element that’s setting another background over the text item is this one:

    .entry-content span

    One solution is to get rid of that in the CSS, but if that’s in the theme perhaps you can solve it by adding this to your custom CSS:

    .maxbutton .mb-text {
      background: inherit;
    }
    Thread Starter Ardinata

    (@ardishamwow)

    Works perfectly!

    Thanks for the prompt response.

    Plugin Author Bas Schuiling

    (@basszje)

    Good to hear that worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Button Color Wrong’ is closed to new replies.