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

    Hi @ all.

    I’m looking for a quick CSS hint to add a similar padding, background and border to the simple slider like in the gallery.

    Any hints?

    Thx in advance ;)

    Chris

    #551066

    Hi morecoffee!

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

    .avia-slide-wrap img {
        padding: 7px;
        border: 1px solid #e2e2e2;
    }

    Best regards,
    Yigit

    #551072

    Hi Yigit.

    Thx for your fast reply.

    It works – but not in colored sections :(

    I added a private link.

    #553640

    Hey!

    try this for color section:

    #av_section_1 {
    padding: 7px;
    border: 1px solid #e2e2e2;
    }
    

    Cheers!
    Andy

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