Annoying borders around divs on finsweet demo

I’m trying to use a finsweet demo (list filters). Everything is great except I cannot hide the annoying aqua blue borders that is draws around all the divs. Any suggestions how I can hide these things? I did what chatgpt suggested to no avail.

1 Like

@Halmighty please share read only webflow link, thanks

1 Like

Hey @Halmighty ,

You can go to your Site Settings → Custom code → Footer code and you will be able to find this line of code there:

You can get rid of this code, save the site and then you can go to the Designer view of your site and you will see every element that has the border will have a class named helper, you can remove that class from all the elements that you don’t want the border to apply or you can change the color to something else that might suit your design requirement instead of ‘Aqua’.

Publish the site after making the changes and you should be able to see the elements without the aqua borders.

Hope this helps.

1 Like