• Resolved Garrett Hyder

    (@garrett-eclipse)


    Hello,

    I can control border via CSS but would be nice if the controls offered border colour as an option on the popup. I can control background and text colour.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi Garrett @garrett-eclipse,

    From 4.6.0 on we have added more templates, including the option for most templates to add border colors.

    If you updated and missing something under Cookie Banner -> Edit -> General, please let me know!

    regards Aert

    Thread Starter Garrett Hyder

    (@garrett-eclipse)

    I’ve used Custom CSS to make the change for now, but with the latest I’m seeing the below which doesn’t have a border colour for the classic popup;

    View post on imgur.com

    Plugin Contributor Leon Wimmenhoeve

    (@leonwimmenhoeve)

    Hi @garrett-eclipse You are right that currently there is no dedicated setting to add a border to the entire pop up, only for the buttons.

    We’re trying to balance between flexibility and complexity. For specific wishes which are not possible with the provided settings you can add custom CSS. We predefined the relevant classes.

    I guess you already figured it out, but also for others that want to add a border to the cookie banner: You can add and customize this CSS under Cookie banner -> add custom CSS:

    .cc-window{
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: red;
    }

    Good luck!

    Regards,
    Leon

    • This reply was modified 4 years, 6 months ago by Leon Wimmenhoeve. Reason: typo
    Thread Starter Garrett Hyder

    (@garrett-eclipse)

    Thanks Leon, sorry should have been more clear was just suggesting the control as a new feature. Appreciate you providing the CSS, nice to confirm I’m handling it right.
    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Please add Border color to the cookie popup options’ is closed to new replies.