Solved

How Do I remove the titles and price from by products on the Brooklyn theme?

tuckermalmquist
New Member
10 0 0

I would like to remove the title of the product and the price of it. I would just like it to show the product photo. How do I do this?

Accepted Solution (1)
Ecommpremium
Shopify Partner
512 43 92

This is an accepted solution.

Or try this @tuckermalmquist 

.grid-product__price{
display:none !important}
 .grid-product__title{
display:none !important
}
 .long-dash {
display:none !important;
}
- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website

View solution in original post

Replies 8 (8)

Ecommpremium
Shopify Partner
512 43 92

hi @tuckermalmquist  can you please share the Store URL to give you the exact solution!

Regards

Ecommpremium

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
Ecommpremium
Shopify Partner
512 43 92

Hi go to theme.scss.liquid file and paste this code at the bottom let me know if this works for you.

.grid-product__price .grid-product__title .long-dash {
display:none !important;
}

 @tuckermalmquist  

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
tuckermalmquist
New Member
10 0 0

pasted it at the bottom and still did not work.

 

Ecommpremium
Shopify Partner
512 43 92

@tuckermalmquist Please try this if still doesn't work I will look deeply into thi

Regards

.grid-product__price.grid-product__title.long-dash {
display:none !important;
}

 

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
Ecommpremium
Shopify Partner
512 43 92

This is an accepted solution.

Or try this @tuckermalmquist 

.grid-product__price{
display:none !important}
 .grid-product__title{
display:none !important
}
 .long-dash {
display:none !important;
}
- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
tuckermalmquist
New Member
10 0 0

that did it thank you