THere is a white square that appears everywhere right below top products, testimonial,etc.

I bought a theme from etsy and I really liked it. however when im trying it out on my website a white square box appears below everything. this makes everything look bad and wanted to get rid of it. Please let me know how I can do it. I have attached the screenshot that describes my issue. Please let me know if you require anything else.

Thank you for your time!

Hello @Titanium545 :waving_hand:

Can you share your store URL?

Hey @Titanium545

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Its https://78da21-2.myshopify.com/

Its not password protected

Its https://78da21-2.myshopify.com/

Its not password protected

Inside Shopify Admin, you can go to Edit theme code, open file dt-custom.css and add this code at the bottom

.dt-sc-heading:after {
    display: none !important;
}

The result

Unfortunately I can’t find a dt-custom.css. There is a dt-custom.css.liquid but putting the code on it doesn’t work. I have attached the screenshot of the files I do have.

Please try moving that code to the top of the file. If it still does not work, you can open file theme.liquid and add this code right above


Thank you sir. This seems to have fixed it

1 Like

Great! You are welcome.