Shopify themes, liquid, logos, and UX
Want to remove the heading from this section if possible!
@brittany627 - if this is home page then open the page in customize settings and remove the section title
sfdg
Hi @brittany627
You can do that by removing title from your section settings
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi @brittany627 ,
To remove the heading from the featured collection section, you will have to write CSS. By default there is not any settings to remove it. Please follow bellow steps:
1. Go to customize
2. Select required section
Step 3: Add below code on Custom CSS
h2.h2,
p.h6.text-center {
display: none;
}
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Add the code below to the custom css box. It will be removed.
.h2 {
display: none;
}
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
HI @brittany627
Remove Title form Title box or
Pest bellow code in custom css box bellow the section
.h2 {
display: none ;
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025