Archived topic
Product Description button color
5 replies · Started by Leanne on January 10, 2021
Hi,
Is there a way to change the Description Button background and text colors?
Thanks,
Leanne
Hi there,
Try this CSS to change the background color:
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background-color: #000000;
}
And the text/link color is currently coming from this CSS you've added:
https://www.screencast.com/t/bprbZZPu
Perfect. Can I make the text part white?
Hmm I believe the second part of my reply above already answered that question?
And the text/link color is currently coming from this CSS you’ve added:
https://www.screencast.com/t/bprbZZPu
Sorry. I missed that.
Thank you very much for your help.
No problem :)