Home Forums WoodMart support forum Pages background for specific pages

Pages background for specific pages

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

    KH
    Participant

    Hello, In theme settings > Styles and Colors > Pages background > I set the Wrapper background for ALL pages to #f1f1f1. Due to my design structure, I want to custom specific pages to be #fff. Is it possible?

    #141623

    Hello,

    I am sorry to say that but there is no option in the Theme for now for setting the custom background color for custom pages, you have to use custom CSS with the specific selector/class/id and add/insert the particular custom CSS by editing the particular page into WP Bakery >> Custom CSS option as shown in this screenshot: https://screenshot.net/250g4s7, Hope it will work for you, I have tested the same code on your site and it is working on your site as shown in this screenshot: https://screenshot.net/0ljzxhg Hope this helps :).

    Here is the Custom CSS you can use on your site, It will work for you:

    .page .main-page-wrapper {
    background-color: orange;
    }

    Best Regards.

    #141648

    KH
    Participant

    Done! Thanks!

    #141685

    Most Welcome!.. 🙂
    Thanks for contacting us.
    Have a great day.

    Case Closed.

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

The topic ‘Pages background for specific pages’ is closed to new replies.