Line of code on the bottom

Line of code on the bottom

BKDT
Tourist
7 1 2

There is a line of code showing up on the bottom of our website


.collection-header-sections .page-header h1 { display: none; }

 

How can I remove it. 

dtsystems.com   is our website

Thanks in advanced.

 

Replies 3 (3)

Moeed
Shopify Partner
6614 1788 2173

Hey @BKDT 

 

Try searching for that in your theme.liquid file and you might find it there, if you don't then feel free to share the collaborator request code with me and I can help you out with that.

 

 

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


GTLOfficial
Shopify Partner
761 157 166

Hello @BKDT 

Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.

.template-index.loaded {
font-size: 0px !important;
}

result
65.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
BKDT
Tourist
7 1 2

hello,
It worked on the index page, but it still shows up on all the other pages. 
I might have forgotten to mention that it's on all the pages. 
Is there a solution for that? 
thanks!