Is there an easy way to set all images to have a border radius of zero throughout the site?
If not, please help me remove it from my blog grid page:
http://37.60.235.189/~anselada/about-ansel-adams/ansel-in-the-news/
I tried:
.avia-content-slider .slide-image img {
border-radius: 0px !important;
}
It works in inspector, but doesn’t work when added to my quick CSS for some reason. Thanks!
I tried:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
border-radius: 0px !important;
}
And that worked. But I am still interested in whether there’s a way to do this universally so I don’t have to select for each instance. Thank you!
yes- me too