• Resolved kmam

    (@kmammasis)


    Hello,

    I would like to change the size and alignment of the text appearing on the cookie bar. Currently text is 16px and is centered. I would like to make it to look like the one shown here:

    Currently, I have the following by default:
    <div class="cli-bar-container cli-style-v2"><div class="cli-bar-message">We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies. However you may visit Cookie Settings to provide a controlled consent.</br><div class="wt-cli-ccpa-element"> [wt_cli_ccpa_optout].</div></div><div class="cli-bar-btn_container">[cookie_settings margin="0px 10px 0px 5px"][cookie_button]</div></div>

    I would appreciate your help
    Thanks

    • This topic was modified 2 years, 5 months ago by kmam.
Viewing 1 replies (of 1 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @kmammasis,

    Greetings from Webtoffee!

    Kindly use the below CSS code in the Appearance > Customize > Additional CSS section of your WordPress dashboard. You may change the parameters according to your wish.

    .cli-bar-message{
     font-size: 24px !important;
    	text-align: left !important;
    }

    Hope this will suffice.

Viewing 1 replies (of 1 total)
  • The topic ‘font size and text position’ is closed to new replies.