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

Topic summary

A user seeks to customize the Cuber premium Shopify theme by removing the vendor name (‘By VENDOR’) and ‘ON SALE’ badge from featured product displays, while moving remaining elements upward.

Visual Goal:

  • Remove vendor attribution and sale badge
  • Reposition product title, pricing, and description higher on the page

Solution Provided:
A CSS customization was shared to hide the vendor name:

  1. Navigate to Shopify Admin → Online Store → Themes → Actions → Edit Code
  2. Open Asset → theme.css
  3. Add the following code at the bottom:
.product-header .product-vendor {
display: none;
}

Status: The solution successfully addressed the vendor name removal. The thread appears resolved, though the ‘ON SALE’ badge removal wasn’t explicitly addressed in the provided solution.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

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

Currently, it looks like this:

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:

Thank you everyone :slightly_smiling_face:

1 Like

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;
}

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.