Okay
  Public Ticket #174949
Single-page background override
Closed

Comments

  • Cae started the conversation

    I am trying to change the background of a single page (Default Template) to all white. Need to override or remove the current triangle grid image for just this one page:

    http://astoundgroup.com/ihearttradeshows/

  •  8,838
    Tahir replied

    Hey Cae!

    Add this into the Custom CSS box located in your Salient Options panel:

    .page-id-5739 body.custom-background{
    background-image: none;
    }

    Cheers


    ThemeNectar Support Team 

  • Cae replied

    Thanks Tahir,

    But this code doesn't seem to override the background image still. 
    I have added that exact code to the Custom CSS box, but the page still appears with the triangle grid background.

    http://astoundgroup.com/ihearttradeshows/

  •  8,838
    Tahir replied

    Hey Cae!

    My Bad , Please use this instead :

    body.page-id-5739.custom-background{
    background-image: none;
    }

    Cheers


    ThemeNectar Support Team