This topic has 7 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
I updated from 1.5 to 2.3 today and fixed most of my style issues but there’s one I can’t find.
The single product page tabs are not changing when you click on them.
Doesn’t work on all products.
Thanks.
Hello,
Please try to disable third-party plugins one by one, very likely one of them caused issue.
Regards,
Robert Hall.
It was a cache issue, sorry about that!
How can we change the cart-bag color? Before I was using the sprite image icons.png but it doesn’t work anymore.
Thanks.
Hello,
You can use this code in Custom CSS.
.cart-bag .ico-sum{
background-color: #3C3939;
}
Regards,
Robert Hall.
Hello,
Use this code in Theme Options > Custom CSS > Global Custom CSS:
.cart-bag .ico-sum::before {
border-color: #F00;
}
.cart-bag .ico-sum::after {
background-color: #F00;
}
Write your color value.
Regards,
Eva Kemp.
Worked with both of your codes.
Thanks!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Single product page tabs change doesn't work’' has been successfully resolved, and the topic is now closed for further responses