Remove heading for featured collection in Prestige theme

Remove heading for featured collection in Prestige theme

brittany627
Visitor
2 0 0

Want to remove the heading from this section if possible!

brittany627_0-1720663456037.png

 

Replies 6 (6)

suyash1
Shopify Partner
10730 1326 1702

@brittany627 - if this is home page then open the page in customize settings and remove the section title

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
BrainStation23
Shopify Partner
416 62 61

sfdg

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps

Dan-From-Ryviu
Shopify Partner
11387 2233 2407

Hi @brittany627 

You can do that by removing title from your section settings Screenshot 2024-07-11 at 09.26.30.png

- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- 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.

theycallmemakka
Shopify Partner
1796 436 465

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

theycallmemakka_2-1720665203646.png

 

2. Select required section

theycallmemakka_0-1720665110957.png

Step 3: Add below code on Custom CSS

h2.h2,
p.h6.text-center {
  display: none;
}

theycallmemakka_1-1720665173699.png

 

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

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

AnneLuo
Shopify Partner
1293 228 266

Add the code below to the custom css box. It will be removed.

.h2 {
  display: none;
}

AnneLuo_0-1720665410980.png

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

BrainStation23
Shopify Partner
416 62 61

HI @brittany627 


Remove Title form Title box or
Pest bellow code in custom css box bellow the section 

 

 

.h2 {
  display: none ;
}

 

 

Screenshot 2024-07-11 123603.png

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps