How can I hide product variants in the Empire Theme?

Topic summary

A user wants to hide product variant selection options on their Shopify store using the Empire theme, since their products only have one version.

Proposed Solution:

  • Add custom CSS code to the theme.css file (Actions > Edit code > Assets > theme.css)
  • Insert the following CSS at the bottom of the file:
.variant-selection {
  display: none !important;
}

Additional Request:
Another respondent asked for the page URL (including store password if enabled) to provide a more precise solution.

Status: The discussion remains open, awaiting confirmation whether the CSS solution works or if the URL will be provided for further troubleshooting.

Summarized with AI on November 23. AI used: claude-sonnet-4-5-20250929.

Hello - I would like to hide the selection on the variants because it’s always going to be one version of the product. Can you please help me hide this section from the Product page?

Hi @Jskithers12 ,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

.variant-selection {
  display: none !important;
}

Hope it helps!

Hi @Jskithers12 ,

To provide you with the most precise solution in this case, could you please share your page URL ( with pass if your store password is enabled )?

Thank you and hope to hear from you.
Best regards,
GemPages Support Team