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

    Hello, can you get me code to remove the rounded corners on logo and products? I think whatever code I added, made it rounded for every single image on the site. thanks!

    #1468690

    Hey bemodesign,

    Thank you for the inquiry.

    This css code causes the issue:

    img {
        border-radius: 30px !important;
    }

    Please check the Quick CSS field or the style.css file and remove the code.

    Best regards,
    Ismael

    #1468745

    I get that, but I still want the images to have rounded edges. Just not the logo and products.

    #1468768

    Hi,

    Thank you for the update.

    You can use this css code to apply a default border radius to Image elements.

    .avia-image-container .avia_image, .avia-image-container .avia-image-overlay-wrap {
        border-radius: 30px;
    }

    Best regards,
    Ismael

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