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

    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!

    #618594

    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!

    #619455

    yes- me too

    #620016

    Hey!

    You can try adding following code to Quick CSS in Enfold theme options under General Styling tab

    img { border-radius: 0 !important; }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.