Custom Button Colors - Cookie Banner


Plugin Details

Add custom colors to each of the cookie banner buttons – accept, deny, manage.

Compatibility

  • Works with Squarespace 7.1

  • Uses Custom CSS


Add to Custom CSS

// COOKIE BANNER - ACCEPT BUTTON - GHOSTPLUGINS.COM //

.gdpr-cookie-banner .button-group .sqs-cookie-banner-v2-accept {
  background: #6ad093;
  color: #fff;
}

// COOKIE BANNER - DENY BUTTON - GHOSTPLUGINS.COM //

.gdpr-cookie-banner .button-group .sqs-cookie-banner-v2-deny {
  background: #e45656;
  color: #fff;
}

// COOKIE BANNER - MANAGE BUTTON - GHOSTPLUGINS.COM //

.gdpr-cookie-banner .button-group .sqs-button-element--tertiary {
  background: #000 !important;
  color: #fff !important;
}

Customizable Options

  • Button Background Color

  • Button Text Color

Notes

If you do not see the decline or manage buttons, check to see if they have been disabled in cookie banner settings.


Previous
Previous

Custom Font Size - Cookie Banner

Next
Next

Hide Quantity Box - Product Page