Tagged: avia-slideshow, border-radius, Images
hi there!
i have been trying to find a way affecting the border-radius of all images / sliders shown on my webpage (border-radius: none), but did not work out. is there any Quick CSS code?
would be great if you could help out once again… thanks a lot :)
cheers,
urho
Hi Moritz!
Please use this on custom.csc or Quick CSS:
.avia-slideshow li img {
border-radius: 0;
}
Regards,
Ismael
Hi Ismael,
thank you for your reply. I have just added the code to the Quick CSS, but it did not change anything. Neither the easy slider, nor any images. Any other idea? Would be great!!
Hey!
It seems like code is not being applied. Please try adding !important to force it as following
.avia-slideshow li img { border-radius: 0!important; }
Then flush browser cache and refresh your page a few times
Cheers!
Yigit