Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author dFactory

    (@dfactory)

    Yes, we do, but I’m not sure if it will go to a free or a Pro version we’re working on currently.

    Regards,
    Bartosz / dfactory team

    Thread Starter LESIMOON

    (@lesimoon)

    Hey,

    Thanks for the answer. I would understand if you add it in the pro version.
    Keep up the good work.

    Cheers

    Hi,

    this would be very interesting for me, too.

    Any chance for a small css hack, meanwhile..?

    Thanks!

    tosmedia

    (@tosmedia)

    Hier ist die css Anpassung für den Hintergrund transparent.
    Here is the css customization for the background transparent.

    #cookie-law-info-bar {
    border: 0;
    font-size: 10pt;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5) !important;
    }

    Thread Starter LESIMOON

    (@lesimoon)

    You rock !
    I didn’t know why I didn’t think about it before.
    By the way, I did it with
    #cookie-notice {background: rgba(0, 0, 0, 0.5) !important;}

    #cookie-law-info-bar didn’t work.

    #cookie-notice {
    border: 0;
    font-size: 10pt;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5) !important;
    }

    I was trying to add alpha value to color picker and make the rgb color rgba, but it seems kind of impossible. specially that the background-color comes in as style tag in template
    <div id=”cookie-notice” role=”banner” class=”cn-‘ . ($options[‘position’]) . ($options[‘css_style’] !== ‘none’ ? ‘ ‘ . $options[‘css_style’] : ”) . ‘” style=”color: ‘ . $options[‘colors’][‘text’] . ‘; background-color: ‘ . $options[‘colors’][‘bar’] . ‘;”>

    also the opacity affect whole bar and text inside it, so it is not much a good offer.
    and background: rgba(0, 0, 0, 0.5) !important; will hard code the background color

    Hi everyone, I found the same solution but it’s not working and i dunno why… I try to insert the css in my editor and directly in the front.css of the plugin none of it had an effect…

    Do you know why ?

    Thanks,
    Clément

    Thread Starter LESIMOON

    (@lesimoon)

    Any link to your site to help you ?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Trasparent background’ is closed to new replies.