I've got a line of code showing at the very bottom of the footer on all pages. . .

Solved

I've got a line of code showing at the very bottom of the footer on all pages. . .

RowsomeDesigns
Excursionist
27 0 7

My site: https://rowsomeleather.com/

 

Very bottom of the page shows the code: 

.select-portfolio .card__badge { display: none; }

 

Any idea how I can get rid of it? Thank you!!

Custom leather goods
Accepted Solution (1)

MooseDesk
Shopify Partner
331 48 101

This is an accepted solution.

Hi @RowsomeDesigns ,


Thanks for reaching out to the Shopify Community! We're MooseDesk, your go-to Live Chat, FAQ & Helpdesk App here to help you enhance your customer support experience.

The text displayed at the bottom of all these pages is caused by incorrect coding in the liquid file (specifically, using CSS code in the wrong location).
Like this

MooseDesk_0-1723917028496.png

MooseDesk_1-1723917047962.png


You can remove this text by following these steps:

Step 1: Go to Edit code in Customize function

MooseDesk_2-1723917082645.png

 


Step 2: In the .liquid file (originally theme.liquid, but the name may have been changed), search for the text

.select-portfolio .card__badge { display: none; }

If you can't find it in theme.liquid, look in other liquid files.

MooseDesk_3-1723917202748.png

 


Step 3: If you find the search result, delete that code snippet. Then click Save.
Step 4: Return to the website to check the result.

I hope this answer addresses your question effectively. If you found it helpful, we’d appreciate a 'LIKE' for MooseDesk. If your issue is resolved, please mark this as 'SOLUTION’.

In the meantime, our MooseDesk Team is always here to help with customer support solutions. We’re passionate about improving your customer experiences through our Live Chat, FAQ, and Helpdesk App.

With MooseDesk, you can engage with customers through omnichannel support, manage inquiries with a robust ticket system, and provide quick responses.

MooseDesk_4-1723917253455.png

 

 

  • Or you can let customers resolve questions faster with in-built FAQ, Order tracking module, and more.

MooseDesk_5-1723917253476.png

 

 

Once again, keep up the fantastic work, and I wish you the best of luck in the future!

Was your question answered? Giving MooseDesk's reply a Like or marking it as an Accepted Solution!


MooseDesk - #All-in-one Customer Support and Helpdesk Solution for Shopify Merchants

Install now. Be our early bird and get all features free forever.

View solution in original post

Replies 4 (4)

Guleria
Shopify Partner
3397 677 958

Hello @RowsomeDesigns ,

 

Edit theme.liquid and search for it.

Once you find it remove it and issue will be fixed.

 

Thanks

 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

PaulNewton
Shopify Partner
6890 615 1451

@RowsomeDesigns it's position could indicate it's in theme.liquid possibly some CSS added without a <style></style> tags.

When removee/fixed instead use a custom-css theme setting to avoid editing code directly

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css 

 

If the theme was recently customized try a theme backup, or rollback files prior to changes

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code#roll-b... 

 

If you need this debugged fixed for you then contact me by my email for services.
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.

 

 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


MooseDesk
Shopify Partner
331 48 101

This is an accepted solution.

Hi @RowsomeDesigns ,


Thanks for reaching out to the Shopify Community! We're MooseDesk, your go-to Live Chat, FAQ & Helpdesk App here to help you enhance your customer support experience.

The text displayed at the bottom of all these pages is caused by incorrect coding in the liquid file (specifically, using CSS code in the wrong location).
Like this

MooseDesk_0-1723917028496.png

MooseDesk_1-1723917047962.png


You can remove this text by following these steps:

Step 1: Go to Edit code in Customize function

MooseDesk_2-1723917082645.png

 


Step 2: In the .liquid file (originally theme.liquid, but the name may have been changed), search for the text

.select-portfolio .card__badge { display: none; }

If you can't find it in theme.liquid, look in other liquid files.

MooseDesk_3-1723917202748.png

 


Step 3: If you find the search result, delete that code snippet. Then click Save.
Step 4: Return to the website to check the result.

I hope this answer addresses your question effectively. If you found it helpful, we’d appreciate a 'LIKE' for MooseDesk. If your issue is resolved, please mark this as 'SOLUTION’.

In the meantime, our MooseDesk Team is always here to help with customer support solutions. We’re passionate about improving your customer experiences through our Live Chat, FAQ, and Helpdesk App.

With MooseDesk, you can engage with customers through omnichannel support, manage inquiries with a robust ticket system, and provide quick responses.

MooseDesk_4-1723917253455.png

 

 

  • Or you can let customers resolve questions faster with in-built FAQ, Order tracking module, and more.

MooseDesk_5-1723917253476.png

 

 

Once again, keep up the fantastic work, and I wish you the best of luck in the future!

Was your question answered? Giving MooseDesk's reply a Like or marking it as an Accepted Solution!


MooseDesk - #All-in-one Customer Support and Helpdesk Solution for Shopify Merchants

Install now. Be our early bird and get all features free forever.

RowsomeDesigns
Excursionist
27 0 7

It worked perfectly! Thank you so much! 

Custom leather goods