Remove translucent white banner?

Discussion in 'ButterBelly WordPress Theme' started by crystal0811, Dec 21, 2013.

  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .header_container.home {
    background: none;
    }
    This will remove that translucent white banner.
     

Share This Page