Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #201953

    Hello,

    I’m currently working with a website, and I’ve added border radius with 15px on my site.
    It’s working on all of the pages, but I have a slider on the front page and the round corners are not shown there.
    I’m aware of that it’s working in Mozilla, but Safari and Chrome is not complying.

    Regards,

    #201962
    #202044

    Hey!

    Please add following code to Quick CSS as well

    .home .avia-section {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    }

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Border Radius’ is closed to new replies.