product tabs are wrong color, after updating theme

Posted in: Newspaper
Post count: 19

Hi there,

Thanks for a great theme! I’ve just recently updated the theme to latest version, and am having some design issues with the woocommerce product page tabs. They are almost invisible now, while before they were green.

Can you please advise on how to fix?

Thanks,
James

Post count: 7909

Hi,

Please provide a link so we can take a look at this.

Thanks!

Post count: 19

thanks for the quick reply!

here’s a link:
http://goo.gl/TETBbx

tabs are directly below the product photo, but unable to be seen as somehow the text and tab background color have changed. I believe the tabs were green when selected (w/ white text) and outlined in green when not selected (with green text)… or vice versa.

how can I get it back to how it was before updating the theme?

Thanks for your help!
James

Post count: 19

Hi Alin – any luck?

Thanks!
James

Post count: 19

When I add the following CSS into my source code within the browser… it fixes the issue:

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background-color: #0d732f;
}

But when I try to add it to custom CSS in theme options, it is still be overridden by some other code in the theme.

Please help! Big sale tomorrow and hope to have this resolved beforehand.

Thank you,
James

Post count: 7909

Hi,

Please check if you don’t have any custom css that may affect this and also you can disable all plugins leave just Visual Composer and Woocommerce active, clear cache and see if you still have this issue maybe there is a plugin conflict.
If this doesn’t help you can try to target more specific and use this custom css: http://screencast.com/t/Mpy2RPq8Oo

.woocommerce .td-main-page-wrap div.product .woocommerce-tabs ul.tabs li.active {
background-color: #0d732f !important;
}

Thanks!

Post count: 19

That custom CSS did the trick!! Thanks Alin for your great support!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.