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

    How to add box shadow only on product image in product catalog page

    Url is in private content there you have big blue square as image of sample product. How to add box shadow only on big blue square?

    #805318

    Hi Uroš!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-328 .thumbnail_container {
        box-shadow: 0px 1px 15px #000000;
    }

    Regards,
    Yigit

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