Background Image/Color

Discussion in 'BizWay WordPress Theme' started by blackhole, Jul 31, 2014.

  1. blackhole

    blackhole New Member

    Joined:
    Jun 1, 2012
    Messages:
    10
    Likes Received:
    0
    Hi,

    I know the theme has been divided into 3 section areas. How can I have one background image or colour for all pages and getting rid of the dividers so the pages look uniform from top to the button.

    Thanks,Anthony
     
  2. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .slider-wrapper-container {
    background-color:your color value;
    order-bottom: none;
    }
    .footer-wrapper {
    background: your color value;
    }
    .header-container {
    background-color: your color value;
    }
    .footer_bottom {
    border-top: none;
    background: your color value;
    }
    Add your color code in place of "your color value"

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page