This topic has 6 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp
Hi!
Till the latest theme update I’ve some issues regarding product tabs: I’m using “next to image location” as you can see in the screenshot (this is the test website, upgraded to the latest version).
Top and bottom lines of the tabs are duplicated.
In production site (wich is still not updated) we don’t have the same problem as you can see in the related screenshot.
Another minor issue is that I’ve never seen “quantity” numbers like in you demos (with plus and minus symbols)..
Could you help me solve this problems?
Thank a lot!
—
Flora
Hello,
WooCommerce has removed the feature with “plus/minus” icons in the recent update and replaced it with the number input type. And now there is no overrides in Woopress theme for this.
Our demo site has such feature because old Woocommerce version is used there.
Please use this code in custom.css for the tabs issue:
.tabs.accordion .tab-title {
border-top: none;
}
Best regards,
Jack Richardson.
Hi Jack!
Thank you for the fast reply.
I’ve added that line to my css in child theme but I still can see the bottom border when the second tab is active. I’d like to have the old appereance if possible. I’m trying changing some other css roules without success..
Thanks!
Hello,
Please use this code as well:
.tabs-after_image .tabs.accordion .tab-title {
border-top: none;
margin: -5px 0px 0px;
}
Regards,
Eva Kemp.
Thanks a lot Eva!
It’s working quite well with your help!
Regards,
Flora
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Some styling issues in single product page’' has been successfully resolved, and the topic is now closed for further responses