Remove Grey from Templae Header Background Image

Discussion in 'Woodpecker WordPress Business Theme' started by mw4tmm2, Aug 3, 2014.

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

    mw4tmm2 New Member

    Joined:
    Jul 25, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Atlanta, GA
    How would I remove the grey overlay on the Template Header Background Image? I removed the grey overlay for the Homepage Slider by using the code below, but wasn't sure how to remove the grey from the Header Background. Thanks.

    .nivo-caption {
    background: none;
    }
     
  2. mw4tmm2

    mw4tmm2 New Member

    Joined:
    Jul 25, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Atlanta, GA
    I think I found the solution. I added the following code in CSS and it removed the Grey overlay in both the Homepage Slider and the Template Header Background Image.
    .nivo-caption, .top-bg-mask{
    background:none;
    }
     
    Nitesh likes this.
Thread Status:
Not open for further replies.

Share This Page