Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1441923

    Hi is there a way to make the image box shadow only show bottom and right?
    Thanks

    #1442029

    Hey fanlokbun,

    Thank you for the inquiry.

    Yes, it’s possible, but there is no option for this by default, so you will have to specify the css modification manually. Add a custom css class name to the image element, such as “av-custom-image-shadow”, then add this css code.

    .av-custom-image-shadow .avia_image {
        box-shadow: 10px 10px 10px 0;
    }

    Best regards,
    Ismael

    #1442131

    Many thanks Ismael, spot on as usual.

    #1442187

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1442269

    Sorry please close thanks

    #1442275

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image box shadow 2 sides only’ is closed to new replies.