• Resolved pgallina

    (@pgallina)


    hallo,
    I’m testing your plugin in local and I had a layout problem, depending on my theme.

    To display correctly the box of the blocked contents I had to add the following CSS lines:

    .pea_cook_wrapper p {
        font-size: 13px !important;
    }
    .eucookie {
        padding: 10px !important;
        pointer-events: none !important; /* Makes box not linkable */
    }
    .eucookie span {
        padding: 0px !important;
    }

    Will I have in a future release the possibility to add custom CSS directly through ‘EU Cookie Law’ settings?

    Thank you,
    Pier

    https://www.ads-software.com/plugins/eu-cookie-law/

Viewing 1 replies (of 1 total)
  • Plugin Author Marco Milesi

    (@milmor)

    Hi,
    if you are using !important it means that something (=your theme) is overriding the plugin rules.

    If you want to add some css i suggest you to use something like this www.ads-software.com/plugins/simple-custom-css/ or create a child theme.

    I don’t exclude to include that function in the plugin in the future, but at the moment i think that “Keep it simple” (and light) could be better ??

    Regards
    MM

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS’ is closed to new replies.