needing some help to code the theme to get these dark spots into white for me so the customers can see them
Hi @acacianaturals Can you share store Url?
WWW.ACACIANATURALS.COM.AU
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file main.min.css and add this code at the end of the file
.rbr-sbap_variants {
width: 50% !important;
}
Result
Best,
Liz
hi liz that section in coding is not able to be found
Hi @acacianaturals you can add this code here
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for “theme.liquid” file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for tag and add the following code above tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
.rbr-productNamePrice__container * {
color: white !important;
}
{% endstyle %}
Please let me know if it works. Thank you!Best,
Daisy - Avada Support Team.
You add new code right after this section. https://prnt.sc/RlaDJeAmywPB
.rbr-sbap_body > div:nth-child(3) > select {
color: white !important;
border: 1px solid white !important;
}
You add new code right after this section. https://prnt.sc/RlaDJeAmywPB
.rbr-sbap_body > div:nth-child(3) > select > option {
color: black;
}
Is everything ok
Is there anything else you need help with
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!







