Removing Collection Title from Pages (Empire Theme)

Solved

Removing Collection Title from Pages (Empire Theme)

joel_mf
Tourist
11 0 1

Hello, 

 

I'm trying to remove the title from my collection pages as I'm trying to add logos / details and it ends up feeling redundant. Is this possible? 

 

Example: https://www.metrofusion.com/collections/ugg

 

Appreciate any help!

 

ugg-collection-header.jpg

Accepted Solution (1)

Guleria
Shopify Partner
3637 733 1023

This is an accepted solution.

Add this css at then end of the css file theme.css

.template-collection .collection--title {
    display: none;
}


You can find this file under Assets

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
- If you want to help me please PAYPAL

View solution in original post

Replies 3 (3)

Guleria
Shopify Partner
3637 733 1023

This is an accepted solution.

Add this css at then end of the css file theme.css

.template-collection .collection--title {
    display: none;
}


You can find this file under Assets

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
- If you want to help me please PAYPAL
joel_mf
Tourist
11 0 1

@Guleria Thank you so much, that worked like a charm!

22mhaskoor
Visitor
1 0 0

THANKS IT WORKED!!