can anybody please help me out i wanna make the brownish colours black with white text but i cannot seem to figure it out i have already searched a lot on internet
Topic summary
A user seeks help customizing their Shopify store (kingsstreetwear.nl) with three main issues:
Primary Issue - Variant Pill Colors:
- Wants to change brownish-colored variant pills to black background with white text
- Initially provided CSS code didn’t work for inactive pills
- Solution provided: Add CSS targeting
.product-form__input input[type=radio]+labelwith black background and white color - After refinement with
fieldset.js.product-form__input label, the code successfully resolved the issue
Secondary Issue - Background Color Change:
- Main product images are displaying with an altered background color matching the theme color
- User notes the images are PNG format and wants to disable this color overlay
- The cause remains unclear, possibly due to theme conflicts
- No resolution provided yet for this issue
Status: First customization resolved; second issue (image background color) remains open and unresolved.
Hi @Senna1
Would you mind to share your Store URL website? with password if its protected. Thanks!
yes my wbsite is www.kingsstreetwear.nl the password is wolves
Thank you for the information. Do you mean change the color of the non active pill?
Just a clarification. If it is try this.
- 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:
.product-form__input input[type=radio]+label {
background: brown;
color: white
}
- And Save.
i hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Im a bit confuse you like to change the color which is white background and black on text? But this is my SS without edit.
yeah i know that is on the homepage when you go to the product page it is a bit weird, than it is the theme colour
Oh, Okay I notice it. Can you replace for this one? Thanks!
fieldset.js.product-form__input label {
background: white;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
nevermind it worked now for my second question do you know why it changes the colour of the main image the background to that colour And if i can dissable it?
Im not sure what the reason behind it. It maybe conflicts to something.
that is the colour of the standard theme but i dont know if it is possible to turn it off because the image is a png




