Home › Forums › Gillion Theme › Remove rounded border
Home › Forums › Gillion Theme › Remove rounded border
I need a code to remove the 6 style embroidery on the home page. I have already configured all the options and it is not without this rounded face.
Hi @marcosroberio,
I hope you are well today and thank you for your question.
You can remove it by using a custom CSS solution shared in the below topic.
https://support.shufflehound.com/forums/topic/removing-radius-from-images/#post-8068
If it doesn’t work for you then could you please share the page URL from your site where it is displaying so that I can help you to remove it?
Best regards,
Shufflehound team
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 .blog-slider-style6 .slick-list { border-radius: 0 !important; }
Thank you it was perfect. You’re great.
You are most welcome here š