Hello,
can someone generate a code that I can use that would help me turn these words pink. The words are white which is the same color as the background. The pictures attached show where the words are supposed to be.
Hi @RiichBodii
Would you mind to share your store URL website? with password if its unpublish. Thanks!
Hello,
Here’s my website: https://riichbodii.co/
Hi @RiichBodii ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Thanks for the info, Try this one.
nav.nav-bar * {
color: black;
}
.product-shop #customers_view, #collapse-tab1 {
color: #ff93ce !important;
}
And Save.
Result:
I don’t see any of those codes in the asset folder.
It worked, thank you!