• Resolved rampeh

    (@rampeh)


    Hello, I cant get box shadow with css working at all. If I, let’s say, try border with css it works fine. Soft shadow not at all?

    Br R.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aert

    (@aahulsebos)

    Hi @rampeh,

    Currently this is enabled on your cookie banner;

    .cmplz-cookiebanner.cmplz-show {
        box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    }

    You can disable the box-shadow under cookie banner settings and provide your own;

    For example: https://getcssscan.com/css-box-shadow-examples

    .cmplz-cookiebanner.cmplz-show {
        box-shadow: box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    Thread Starter rampeh

    (@rampeh)

    Nice:)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘banner box-shadow css’ is closed to new replies.