Code to 'Remove the Dates on 'blog Page' in 'Brooklyn theme' (not blog Post pages)

Code to 'Remove the Dates on 'blog Page' in 'Brooklyn theme' (not blog Post pages)

SaPl
Tourist
7 0 0

Hi, how are you?

 

Is there a Code to 'Remove the Dates on 'blog Page' in the 'Brooklyn theme' ? (not blog Post pages)

blogs page 'Removing Date'.jpg

Thank You Kindly . . 🌿

Reply 1 (1)

pawankumar
Shopify Partner
700 102 123

Hi @SaPl 
Please put this code in theme.liquid before body closing tag </body>

<style>
.template-blog time.date, .template-blog time.date+.hr--small {
    display: none;
}
</style>

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan