Hi ,
In below S/S white area inside the box i want to change and text color also. In ella theme.
Thank you.
There is a file called custom.js in ella theme go to that file and you css using js. The reason is because ella theme specifically tells you if you want to add some changes us js.
If you share your store url we can help you.
thank you
In custom.JS where i can change the code in it.
it is in theme draft area and other store is live this store in underprocess.
In ella theme if you want this you can add this CSS
Step 1: Navigate to your Shopify admin panel and go to “Online Store.”
Step 2: Click on “Themes” and then select Edit code
Step 3: Find base.css
.product-form__radio:checked+.product-form__label .text {
color: #fd1212!important;
background-color: #a3e0a6!important;
}
it will look like
thank you
Yes, please you are wellcome
1 Like


