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

    Hi!

    can You help me please to get rid of the rounded corners of the images please?

    tried this for the post slider:

    img {
    border-radius: 0!important;
    }

    …but no effect on firefox (just on the i pad/safari) + it is bluring the image. other solutions from the support forum blured the images also..:

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    border-radius: 0px;
    }

    (Would be nice if i could turn off the corners on all images of the child theme)

    Thank You very much for the great support!

    Cheers!
    finlando

    • This topic was modified 9 years, 7 months ago by Finlando.
    #330567

    Hey Finlando!

    Can you please try flushing browser cache. It does work fine on my end – http://i.imgur.com/7SokdsD.png

    Regards,
    Yigit

    #330794

    Hey Yigit!

    i have two blog posts elements (see the link) in the avia layout builder. the following code works great for the big image.:

    .big-preview img {
    border-radius: 0px;
    }

    now i need a solution for the small images in the second blog posts element (3×3 images)

    Thanks a lot!

    Cheers!
    finlando

    #330795

    Hi!

    Please add following code to Quick CSS as well

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img { border-radius: 0!important; }

    Cheers!
    Yigit

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