• Resolved johnymas

    (@johnymas)


    When I tried to save “necessary” text nothing happened. Can’t save. An old text will show up again.
    Second problem is how to increasse font of switch label for enable or disable not-necessary cookies?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter johnymas

    (@johnymas)

    I deleted row from database such as

    'cookielawinfo_necessary_settings', 'a:1:{s:21:\"necessary_description\";s:145:\"

    reinstalled the plugin and now it works fine.

    Please tell me how with CSS increasse font of switch label for enable or disable not-necessary cookies ??

    • This reply was modified 4 years, 5 months ago by johnymas.
    • This reply was modified 4 years, 5 months ago by johnymas.
    Plugin Author WebToffee

    (@webtoffee)

    Hi @johnymas,

    Please use the CSS code below:

    #cliSettingsPopup .cli-switch .cli-slider::after {
      font-size: 16px;
      word-break: normal;
      line-height: 20px;
    }
    Thread Starter johnymas

    (@johnymas)

    Thanks, it works ??

    Plugin Author WebToffee

    (@webtoffee)

    Hi @johnymas,

    Great. Please leave us a review if you like the plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t change “necessary” text’ is closed to new replies.