Hello,
I have added variants to a product but the variant option title does not show on the product page (attached screenshot) Variant Label is 24V 100W Solar Panels (Optional). I would like for it to also be moved to the left ( example attached). Can I do this in the settings of my theme or does it require a change in the code.
Thanks!
Kelly
1 Like
Hi @Kelly_Stratton
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Hello,
My store is live and published. Sorry. Would you be able to make a suggestions. I can provide more information if needed.
1 Like
Hello,
Do you have any expertise in the area?
The URL of the publish store is okay. I cant share some solution if I cant inspect it.Thanks!
@Kelly_Stratton
It would be great if you could share the product URL on which you are facing the issue, also share the name of the theme you are using currently it’s showing “Dsl-version-7.1”.
Hi @Kelly_Stratton
Sorry for the late reply, most of the times I miss the notification.
Check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.selector-wrapper.js.product-form__item label {
display: contents !important;
}
shopify-payment-terms {
padding-bottom: 1rem !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!