Articles on: 🧑‍🎓Tutorials

How to remove the border on the thumbnail in the offers

Wide Hello!

Do you want to remove the border of the thumbnail on your offers?


Then follow this tutorial!

Tutorial



This feature is not yet available in the WideBundle application so you will have to remove it directly with CSS code. But I'll walk you through how to do it.

Open your theme and click on "Edit Code".


Look for the file "default.css" or "base.css" or "theme.css" whichever you find first. It is located in the "Assets" folder


Copy the following code: .thumbnailWB{border: none !important;}
Paste it at the end of the file


Save

And that's it, this CSS code will remove the border

Updated on: 19/01/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!