Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #277848

    Hello,

    How do I create a global style for all images put in the image widget that includes:

    – 10px white border, then a 1px gray outline (looks like a polaroid print border)
    – drop shadow with: distance, spread, size, opacity variables

    Thank you! Awesome theme!

    John

    #277922

    Hey John!

    Try adding this code to the Quick CSS:

    .avia-image-container-inner {
        box-shadow: 0 0 30px black, 0 0 0 1px gray;
        padding: 10px;
    }

    Result:

    Cheers! 
    Josue

    #278746

    Perfect! Thank you so much!

    #278747

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS Styling (borders and drop shadows) for Images’ is closed to new replies.