• Resolved carina117

    (@carina117)


    I used the code that has been posted in this forum, but it didn’t change the text colour of “always active”.

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

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

    (@jarnovos)

    Hi @carina117,

    You can use the below CSS under Appearance > Customize > Additional CSS to change the text colour of “Always active” in the Cookie Banner.

    .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
        color: #ff0000!important;
    }

    Hope it helps!
    Kind regards,
    Jarno

    Thread Starter carina117

    (@carina117)

    Yes, it worked! Thank you very much. Is it possible that the text I have not written uses a different font size (maybe even font)? How can I change that?

    https://ibb.co/Vt6XCQ8

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @carina117,

    To change the font family used in the entire cookie banner, you could use the below CSS:

    .cmplz-cookiebanner {
        font-family: Arial, Helvetica, sans-serif;
    }

    If you would like to change the font-size of a text section in the banner, such as the Cookie Message, you could use CSS such as below:

    .cmplz-cookiebanner .cmplz-body .cmplz-message {
        font-size: 24px;
    }

    Hope this helps!
    Kind regards,
    Jarno

    Kind regards,
    Jarno

    Thread Starter carina117

    (@carina117)

    Thank you very much for your help, @jarnovos! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I change the color of the Always Active button?’ is closed to new replies.