Change despription/tabs background
-
Hi,
I am really happy with your theme. Is there at way to change the background colour of the descprition section and the other tab sections on product page. Currently it is a very breight grey.
Peter
Hello,
We are glad to hear that you are happy with our theme 🙂
And it is a very easy way to change tabs background with the following code snippet that you need to place into the Custom CSS section in Theme Settings
.single-product-content .product-tabs-wrapper {
background-color: #E4F4F9;
}
Regards
Perfect 🙂
Final question – I also need to change the background where breadcrump is shown (on product page)
Got an easy fix?
Regards Peter
Sure, here is the code snippet
.single-breadcrumbs-wrapper {
background: #F9F9F9;
}