Home Page Background - Bizway

Discussion in 'BizWay WordPress Theme' started by kristine1g, Mar 18, 2014.

Thread Status:
Not open for further replies.
  1. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    Hi, the Home page is divided into three sections. Header, Slider, Hompage Feature. I would like to remove the dividers so my background image shows a one image. Not three seperate images in each section. How do I do that? I would also like the background to remain a solid color behind all the text on the page. I do not want the background image to appear on any other pages other than the home page. Hope I'm making sense. Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .slider-wrapper-container {
    background-color: transparent;
    }
    .home .header-container{
    background-color: transparent;
    }
    #regal_body > div.page-content-container {
    background: red;
    }
    .fullwidth{
    background: red;
    } 
    In place of "red" you can put your color or color code.
    This will solve your issue.
     
  3. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    Hi. It didn't quite work. It changed all the other pages instead of just the home page but I figured out my own work around.

    Thanks for trying :)
     
Thread Status:
Not open for further replies.

Share This Page