• Resolved dennisrehman

    (@dennisrehman)


    pretty much what the title says, my website newly added a banner as its CMP verified by google and recently google did consent v2 update.

    The text is white on the left, highlight and select and youll see it in there.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @dennisrehman,

    You have some other CSS on the page which also affects the <p> elements in the Complianz banner.

    If you want to override that specifically for the text in the Complianz banner, you can use some CSS such as the below. You can add it under Appearance -> Customize -> Additional CSS, or a Custom CSS field in your theme.

    .cmplz-cookiebanner .cmplz-body .cmplz-message p {
        color: #000;
    }

    Kind regards, Jarno

Viewing 1 replies (of 1 total)
  • The topic ‘Text on banner turned white as a ghost ! Makes banner look empty.’ is closed to new replies.