Background color on brand page wont update
-
Hello, I have set all shop pages and entire website background to a grey color.
I am indeed seeing the grey background everywhere except when on a brand page.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-archive-shop .main-page-wrapper {
background-color: rgb(240,240,241);
}
Best Regards
I tried this and cleared cache, but still showing white background on brand pages.
Hello,
Please replace the previous Custom CSS with the following then check back.
.post-type-archive .main-page-wrapper {
background-color: rgb(240,240,241);
}
If it still doesn’t work then provide the admin panel login details of the website.
Best Regards