I want Featured collection name removed prestige tgeme

Topic summary

A user wants to remove the “Featured collection” title from their Shopify store (www.45keys.com) using the Prestige theme.

Solution Provided:

  • Navigate to: Online store → Themes → Customize → Settings icon → Custom CSS tab
  • Add CSS code to hide the title element:
    .v-stack.justify-self-center.gap-4.text-center.sm\:gap-5 {
      display: none;
    }
    

Outcome:
The solution successfully removed the title as requested. The issue is resolved.

Summarized with AI on October 24. AI used: claude-sonnet-4-5-20250929.

Hello,

I wan to remove this title

domain: www.45keys.com

Hello @MS2333 ,

Please copy and paste the code below by going to the Online store >> Themes >> Customize >> Click on Settings icon to the left >> Scroll down to the bottom and paste it to the custom CSS tab.


.v-stack.justify-self-center.gap-4.text-center.sm\:gap-5 {

display: none;

}

And it will remove the title

worked thank you, my friend