Home › Forums › Gillion Theme › video featured image with border radius
Home › Forums › Gillion Theme › video featured image with border radius
Hi,
i disabled border radius for images, but it doesnt work for video post. There are still border radius setup.
Thank you for you help
Hi @krenek,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you to remove the border-radius from the video featured image?
Best regards,
Shufflehound team
if you need backend access let me know.
there is some bug for video post because even i had switch off date metadata for post, you can see them on video post type.
thank you
Michal
Solution for this topic
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .post-media-play-overlay, .post-media-play .ratio-content { border-radius: 0 !important; }
thanks it is working
You are most welcome here 🙂