Problem with background and text box

Discussion in 'BizWay WordPress Theme' started by akselina, Jul 10, 2015.

  1. akselina

    akselina New Member

    Joined:
    Jun 1, 2015
    Messages:
    1
    Likes Received:
    0
    Hi,
    So I have uploaded a black background, but when I add other pages (for example a "full width" page), and put text here, it appears in a white box. How can I make it so this white box does not appear, or how can I change the color of the box to black?
    With firebug attachment, I can see the element is:
    div class=page-content-container
    div class="container_24"

    I hope I've explained that well enough,

    Thanks a lot
    xx
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-content {
      background: black;
    }
    .fullwidth {
      background: #fff;
      margin-bottom: 30px;
      padding: 0 10px;
      background: black;
      color: white;
    }
    
    Thanks,
    Praveen
     

Share This Page