How to add "SKU" text next to SKU NUMBER?

Topic summary

A user seeks to add the text “SKU” next to the SKU number on their product pages using the Stockmart 1.1.2 theme. They’ve attempted solutions from other forum threads without success.

Proposed Solution (Dawn theme-based):

  • Navigate to: Online Store → Themes → main-product.liquid
  • Find the SKU line at line 193
  • Remove the “visually-hidden” class from line 200

Important Note:
The provided solution is specifically for the Dawn theme. Since the user is on Stockmart 1.1.2, the file paths and line numbers may differ significantly. The user will likely need theme-specific guidance or to adapt the approach to their theme’s structure.

Status: The discussion remains open, as the solution may not directly apply to the user’s theme.

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

Hi there! I’m trying to insert SKU text next to the SKU code, but it doesn’t work.
I’m using the Stockmart version 1.1.2 theme.

I’ve tried looking in other forum threads, but the codes are different.
Mine is:
},
“sku_e9NKhQ”: {
“type”: “sku”,
“settings”: {
}

Thanks in advance.

Hi @augveni ,

Note: This scenario is based on the Dawn theme. If you are using another theme, the procedure may differ.

Please follow the steps below to add the SKU text next to the SKU Number:

Step 1: Navigate to Online Store → Themes → main-product-.liquid. Find the SKU line at line 193.

Step 2: Simply remove the class “visually-hidden” from line 200.

1 Like