Hide secondary button

Issue #35 resolved
Former user created an issue

Is there an easy way to hide the secondary button in EU Cookie Law Disclosure -add on? My customer wants to hide it, don’t ask me why. Temporary I have changed button colour and text colour same with background, but the button is still there.

Comments (1)

  1. Fabian Bitter repo owner

    Hey Mate,

    there are two options:

    (1) Change the type to "Notice only" (2) Go to css settings of your theme and add this css: .cookie-disclosure .btn.btn-default { display: none !important; }

  2. Log in to comment