Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support CookieYes Team

    (@cookieyesteam)

    Hi KEXINO,

    Could you kindly right-click on the cookie banner, select Inspect, and check if .cli-bar-container.cli-style-v2 and .cli-style-v2 .cli-bar-message are still present.

    If the CSS is being overridden, try increasing specificity using the CSS code below:
    .cli-bar-container.cli-style-v2 {
    justify-content: center !important;
    flex-direction: column !important;
    } .
    cli-style-v2 .cli-bar-message {
    text-align: center !important;
    }

    Please let us know if this resolves the issue or not.

    Thread Starter KEXINO

    (@kexino)

    Could you kindly right-click on the cookie banner, select Inspect, and check if [….] are still present.
    Neither of these classes are present any more.

    If the CSS is being overridden, try increasing specificity using the CSS code below:
    Adding !important hasn’t changed anything. I’ve cleared cache, incognito mode, etc.

    Plugin Support CookieYes Team

    (@cookieyesteam)

    Hi KEXINO,

    Since this is not a generic issue, troubleshooting this may require further investigation. Could you submit a request here with your website URL?

    Plugin Support Nick

    (@nickcysupport)

    Hi,

    This was a site-specific issue that’s been addressed outside the forum, as it wasn’t related to general plugin behaviour.

    Marking this topic as resolved. If you’re experiencing a similar issue, feel free to start a new topic with the relevant details so we can take a closer look.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘CSS styling no longer working’ is closed to new replies.