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

    How do I make the images that appear from the Easy Slider have squared corners instead of rounded corners?

    I have been struggling with this one, ugh…

    Thank you for your help!!

    Side question pertaining to this: I have one Custom Css Class in the element, is it possible to use a second one by using a comma?

    Thank again for any help, it is greatly appreciated.

    #383883

    Hey Micheal0424!

    Please add following code to Quick CSS

    .avia-slideshow li img { border-radius: 0; }

    and yes, you can use comma as following

    .first-element, .second-element { display: none; }

    Regards,
    Yigit

    #384009

    Worked perfectly, thank you very much!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Easy Slider images made square corners instead of rounded corners?’ is closed to new replies.