• Resolved toimisto

    (@toimisto)


    Is there a way to remove the styles that are set from the admin to the cookie banner inline? Id like to just use theme CSS instead.

    so #cookie-law-info-bar inline styles (bg, color + font)

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @toimisto,

    Greetings from Webtoffee!

    You can override the default styling by adding the code as the sample below.

    #cookie-law-info-bar {
      color: black !important;
      background-color: white !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove styling’ is closed to new replies.