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

    Currently my featured images are in 1:1 ratio. In the related posts section it seems that a round border is applied to it. Is there a way to omit this? I’d prefer direct change in theme rather than to add it into the custom css section.

    Thanks

    #331787

    Hey Azad!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av-related-style-full .related_image_wrap, #top .av-related-style-full .related_image_wrap img, #top .av-related-style-full .related_image_wrap .related_posts_default_image {
    border-radius: 0;
    }

    Best regards,
    Yigit

    #332201

    Is there a way to do this without adding code to the quick CSS?

    #332233

    Hi!

    You can add the code to the custom.css file found in the css folder inside the your theme folder.

    Cheers!
    Arvish

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