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

    Dear,

    i want to make the corners a little bit more rounded of my easyslider after searching i found this piece of CSS and did the job

    
    .avia-slideshow {
        border-radius: 10px;
    }

    but the video that i’m running behind the slider withing the content-section get also adjusted with these rounded corners but i don’t want this.
    i just want this slider one slider to have a bit more rounded corners.

    Thanks in advance.

    #1190554

    Hey Nadlhy123,

    Try adding this to quick css instead:

    .page-id-39 .avia-slideshow.avia-slideshow-2{
    border-radius:10px!important;
    } 

    Best regards,
    Jordan Shannon

    #1190561

    Yes! perfect that did the job!
    Thanks Jordan

    #1190564

    Hi,

    No problem at all, I’m happy to help! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Making easyslider corners more rounded’ is closed to new replies.