Trying to change the color of flat rate shipping amount. All text on page is white except ship rate which is showing up dark gray and barely visible.
Can’t quite figure out how to change it.
Thanks
Denise
SCREENSHOT https://www.spiceitupinc.com/wp-content/uploads/2021/02/Screen-Shot-2021-02-02-at-7.13.14-PM.png
WEBSITE https://www.spiceitupinc.com/
Hi Denise,
Please try the following in Quick CSS under Enfold->General Styling:
.woocommerce-Price-amount bdi span, .woocommerce-Price-amount bdi {
color: #fff;
}
Best regards,
Rikard
Hi Rikard,
Thank you, but unfortunately it didn’t work. Any other thoughts?
Denise
Hi Denise,
I checked your site and I could see Rikard’s code working properly on my end, (except for the $), please add this CSS code as well:
#top label .woocommerce-Price-currencySymbol {
color: #fff;
}
Then clear your browser’s cache (or press ctrl + f5)
If you’re using Google Chrome, try using incognito mode.
Best regards,
Nikko
Oh my gosh Nikko, you’re right. Opened in another browser and it was working.
Added your code to change currency symbol. Worked!
Thank you both sooooooo much!!!!!
:)
Denise
Hi Yodelle,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria