• Resolved evietomlinson

    (@evietomlinson)


    Hi,

    I’ve checked and reset the settings on my wordpress to make my cookie banner show up in colours, and it shows up in these colours as an example when I’m in settings. However, when I go to my webpage the colours of the accept/deny buttons are just white.

    It looks like the outlines and text are the correct colours, just the buttons themselves which makes it unreadable.

    I’m not very good at coding so my changes are done through the complianz banner settings, has anyone else had this problem or any ideas how to fix?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Your theme uses a gradient on buttons, which overrides normal backgrounds. To fix the theme’s css you can use some custom css. The below is the css from your theme, causing the white color. You can adjust it to your liking:

    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept{
       background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#dfdfdf),color-stop(1,#fff));
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Complianz Cookie Banner Showing up colourless’ is closed to new replies.