Home Forums Basel support forum Create Drop Shadow

Create Drop Shadow

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #110936

    Xtolia
    Participant

    Hi Team,

    I was wondering how I can create a drop shadow either using the info box widget or which way it’s easier. I wanted to make something look like this… refer to the link below.

    https://www.ubreakifix.com/iphone-repair

    Like if you see how the image iphones are in a box and seems like a drop shadow behind it.. I want to do something similar to that.. is there a css code that I need to use. please advise. Thank you 🙂

    #110999

    Hello,

    I cannot view your site it is blocked.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-grid-item:hover {
    box-shadow: 0 0 5px 1px rgba(0,0,0,.26);
    }

    If the grid shadow requires the correction, provide additional access to your site.

    Best Regards

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