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

    I would like to slightly round the top left and right corner of all images (except the images in the gallery) of our website. How would I accomplish this?

    #463152

    Hi koala!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .avia-image-container { border-radius: 5px; }

    Best regards,
    Yigit

    #466161

    I added that css, but cannot find any images effected.

    #466518

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

     img {
      border-radius: 30px;
    }
    

    Cheers!
    Yigit

    #477776

    What would be the css code for creating the same effect on the home page sliders?

    #477801

    Hi!

    Please add following code to Quick CSS as well

    #full_slider_1 img {
        border-radius: 30px;
    }

    Cheers!
    Yigit

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