Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #679331

    Dear supporter,

    How can I undo the border radius for blog entry images? I would like to have all my images without border radius on my website. Some CSS adjustments have helped me to change some of the border radius into ‘0’, but the blog entry images keeps popping-up with rounded corners.

    My CSS adjustments:

    .sub_menu a {
    border-radius: 0px!important;
    }

    .rounded, .sidebar, #top .slideshow {
    border-radius: 0 !important;
    }

    .rounded_corner{
    background: none !important;
    }

    #679654

    Hey Rachel,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .small-preview img, .big-preview img {
        border-radius: 0px !important;
    }
    

    Best regards,
    Jordan

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