Premium Theme 'Cuber' - How to remove 'By VENDOR' and 'ON SALE' from Featured Product?

Solved

Premium Theme 'Cuber' - How to remove 'By VENDOR' and 'ON SALE' from Featured Product?

SellingWithAlex
Excursionist
17 0 4

Hello 🙂 Quick question about Cuber: https://themes.shopify.com/themes/split/styles/cuber/preview

Currently, it looks like this:

Screen Shot 2025-04-24 at 11.47.08 AM.png
How do I make it so that 'By RAINS' and the red 'ON SALE' is removed, and 'Liner Jacket' plus the prices, the body text, and everything else is moved up? To end up like this:

aScreen Shot 2025-04-24 at 11.47.08 AM.png


Thank you everyone 🙂 

Accepted Solution (1)

devcoders
Shopify Partner
1459 173 454

This is an accepted solution.

Hello @SellingWithAlex 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:

 

.product-header .product-vendor {
display: none;
}

 

devcoders_0-1745512706913.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 2 (2)

devcoders
Shopify Partner
1459 173 454

This is an accepted solution.

Hello @SellingWithAlex 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:

 

.product-header .product-vendor {
display: none;
}

 

devcoders_0-1745512706913.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
devcoders
Shopify Partner
1459 173 454

Hello @SellingWithAlex 
Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!