• Resolved Alessandra Del Puglia

    (@aledelpupland)


    Hi,

    I have set the font colors with plugin options and also tried with custom CSS, but the font-color of Deny and More info buttons keeps being black instead of white. How can I change it?

    In plugin setting, the preview looks OK, and CSS is correct, but on front-end I still see the color as black for the last 2 buttons. Any suggestion?

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @aledelpupland,

    It occurs because of a CSS rule that adds “background-image: linear-gradient()” to the buttons on your site, which therefore also applies to the buttons in the Complianz banner.

    You can disable this specifically on the buttons in the Cookie Banner with the below line of CSS.

    .cmplz-cookiebanner .cmplz-buttons button.cmplz-btn {
        background-image: none;
    }

    Kind regards, Jarno

    Thread Starter Alessandra Del Puglia

    (@aledelpupland)

    Hi,

    it works great! thanks a lot for your help, very appreciated ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘font color in buttons’ is closed to new replies.