hi
I can find a solution to change the color of the description and reviews Tab in Product View. See the screen shot.
it does not work with “active” i want that the inactive one is white
can you help me?
best regards
Richie
Hey lemondog,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
hi jordan
heres the link
thank you
Hi,
You want the inactive tab title to be white? You wouldn’t be able to really read it with the background though correct?
Best regards,
Jordan Shannon
hi
yes i want the active tab to be grey and the inactive white
thank you
Hi,
It looks like you have some custom css setting it to “#fafafa”. Can you find and comment that out while we work out the rest?
Best regards,
Jordan Shannon
hi,
yes i have used this css. i´ve deactivated it
.woocommerce-Tabs-panel {
background: #fafafa!important;
}
.description_tab {
background: #fafafa!important;
}
.reviews_tab {
background: #fafafa!important;
}
Hi,
This is for the original topic only. Add this to quick css:
#top div div.product .woocommerce-tabs ul.tabs li.active a {
background:lightgrey!important;
}
Best regards,
Jordan Shannon
hi Jordan,
thank you, it worked. Do you also have a solution for the other topic?
best regards
Richie
Hi,
Perfect! As for the second issue, this is something that would be better answered or found in the Woocommerce forums.
Best regards,
Jordan Shannon