Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1126512

    Hi!

    I tried to add code to create a shadow on my boxes, in the Quick CSS, but it didn’t work. Can you please tell me where I should add this code?

    box-shadow: 0px 10px 75px 0px rgba(0,0,0,0.10), 0px 10px 50px 0px rgba(0,0,0,0.15);

    #1126577

    Hey algkent,

    Box shadow can be applied to most elements, you can read more about how to apply it here: https://www.w3schools.com/cssref/css3_pr_box-shadow.asp

    Best regards,
    Rikard

    #1126592

    a box-shadow is part of that element. So if this elements parent-containers with same dimensions ( not so unusual in enfold ) got the overflow hidden rule – the box shadow might be not seen! ( depends on padding settings )
    look to the box parents if they got overflow:hidden

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.