How can I create a new PAGE TEMPLATE.

Discussion in 'BizWay WordPress Theme' started by glucena, Apr 11, 2014.

  1. glucena

    glucena Member

    Joined:
    Nov 11, 2013
    Messages:
    56
    Likes Received:
    12
    Hi.

    I need create a new Page Template with background color white and with a Widget column in right side.

    The color's background of my site is Blue, but I need some Pages in White color.

    Important: I changed in the CSS the color of background of the Site to Blue.

    How can I do that?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .page-id-2 div.page-content-container {
    background: YOUR COLOR VALUE;
    }

    Use your page id in place of 2 in the code above.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page