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

    Can I get a code to make all the images on the site, except the home page background, to have rounded edges? Right now I have some rounded edges, but want the same for products thanks

    #1463109

    Hey bemodesign,
    I checked your pages but I didn’t find an example of images with a border-radius, but when I review your past threads it looks like you wanted a border-radius of 30px, so for this on your shop images try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

     #top .av-product-class-minimal img {
        border-radius: 30px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1463263

    thanks!

    #1463277

    Hi,
    Glad that we could help, if you have any further questions please open a new thread and we will be happy to help.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Rounded corners on all images and Products’ is closed to new replies.