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
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
Is there a way to do this without adding code to the quick CSS?
Hi!
You can add the code to the custom.css file found in the css folder inside the your theme folder.
Cheers!
Arvish