Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #195125

    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?

    http://www.urban-homes.de

    would be great if you could help out once again… thanks a lot :)

    cheers,
    urho

    #195161

    Hi Moritz!

    Please use this on custom.csc or Quick CSS:

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

    Regards,
    Ismael

    #195234

    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!!

    #195296

    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

    #200046
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘border-radius images / slideshows’ is closed to new replies.