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

    How would I add 3px semi-transparent black border around all images in body?

    Such as in the image at the top if this page below?

    #344456

    Hey koala!

    Add this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    main img {
        border: 3px solid black !important;
        padding: 0px !important;
    }

    Cheers!
    Elliott

    #344666
    This reply has been marked as private.
    #344746

    Hi!

    You can target those with this,

    .grid-image img {
        border: 1px solid rgba(0,0,0,.3) !important;
    }

    Regards,
    Elliott

    #347447
    This reply has been marked as private.
    #347645

    Hi!

    Add this below the suggested code above:

    .avia-google-map-container img {
    border: none !important;
    }

    Best regards,
    Ismael

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