Hello,
I wan to remove this title
domain: www.45keys.com
A user wants to remove the “Featured collection” title from their Shopify store (www.45keys.com) using the Prestige theme.
Solution Provided:
.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.
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