• Resolved mystoury

    (@mystoury)


    Hey Level9,

    Please let me know where i can set the page background color of a particular page.
    On my site I have different pages whose content follows different color schemes. So i would like to change the page background to support the page content or make it universally black for all pages.
    Do I need to make changes to style.css?

    Thanks & regards,
    Abhishek

Viewing 1 replies (of 1 total)
  • Theme Author Level9themes

    (@level9themes)

    Every page has a unique body class, use that plus #mk-page-wrapper to build your styles

    For example:

    body.page-id-20 #mk-page-wrapper{
    background: #232323;
    color: #fff;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to change individual page color’ is closed to new replies.