• Resolved Naiara Mooy

    (@naiararomm)


    Hola,

    how can I change the font size of the cookie message?

    With the latest updates of this plugin, it has been increasing the size.

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hey @naiararomm ,

    You can change the font size via your theme’s CSS file. You can modify and copy below code snippet in your theme’s style.css file to alter it.

    #cookie-law-info-bar{
    font-size: 14px; 
    }
    Thread Starter Naiara Mooy

    (@naiararomm)

    Okay, thank you!

    Could you also tell me how I can put a space between the message of cookies and the’accept’ button?

    Thanks again.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @naiararomm,

    Use the code below:

    .cli-plugin-main-button{
    margin-left:5px;
    }

    Leave us a review if you like the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the size of the message’ is closed to new replies.