Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
How do I edit the title and text that came as a default on my product page? It currently says "Talk about your brand Share information about your brand with your customers. Describe a product, make announcements, or welcome customers to your store" It only appears on the live website ajd I cant see it when I am building/editing the website. I would like it to be removed from the page.
Hello @chilodesigns
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
Hey @chilodesigns
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hey @chilodesigns
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
section#shopify-section-template--21478640714024__24324358-2787-4584-b07f-d0b1a4c9cd1c {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @chilodesigns
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.section-template--21478640714024__24324358-2787-4584-b07f-d0b1a4c9cd1c-padding {
display: none !important;
}
</style>
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hi @chilodesigns , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hello @chilodesigns
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.rich-text.content-container.color-background-1.gradient.rich-text--full-width.content-container--full-width.section-template--21478640714024__24324358-2787-4584-b07f-d0b1a4c9cd1c-padding {
display: none !important;
}
thanks
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025