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.
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
Worked perfectly, thank you very much!!