Home Forums WoodMart support forum Background color on brand page wont update

Background color on brand page wont update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #380351

    Golden1
    Participant

    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.

    #380460

    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

    #380587

    Golden1
    Participant

    I tried this and cleared cache, but still showing white background on brand pages.

    #380726

    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

Viewing 4 posts - 1 through 4 (of 4 total)