Overview
There are 2 different ways you can adjust the size of your swatches in SC Product Options :
- Adjust the display settings
- Use custom CSS
It is important to note that it is not currently possible to change your product page image when a swatch is selected.
Pro-Tip
Looking to create Swatches? Check out our guide here: Create Swatches in Product Options
Method 1: Adjust the Display Settings
Within the SC Product Options display settings, there are 3 predetermined sizes for the swatches that can be selected:
- Small
- Medium
- Large
To adjust the size of your swatches, please follow the steps below.
- From within the Product Options admin, select Settings > Display Settings.
- Under Swatch Settings, select Small, Medium, or Large, then Save.

Method 2: Use Custom CSS
With custom CSS, the size of your swatches can be adjusted through your Shopify theme's code.
- From the Shopify admin, select Online Store, then Actions > Edit code.
- Under Assets, select Add a new asset.
- Select Create a blank file.
- Enter the name bold, and select .css from the dropdown menu.
- Select Add asset.

- Add your CSS styling.
Note: To target the swatch specifically, please apply the CSS to bold_option_value_swatch. For example:
.bold_option_value_swatch { width: 32px; height: 32px; } - Select Save.
- Under Layout, select theme.liquid.
- Find the </head> element near the top of the file.
- Copy and paste this line right before </head>:
{{ 'bold.css' | asset_url | stylesheet_tag }} - Select Save.
Your swatch sizes should now be adjusted to the sizes entered within the bold.css asset on your theme.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article