How to remove dimming of Template Header Background?

Discussion in 'Woodpecker WordPress Business Theme' started by lseren, Nov 19, 2015.

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

    lseren New Member

    Joined:
    Nov 18, 2015
    Messages:
    18
    Likes Received:
    0
    Location:
    Benicia, CA
    How do I eliminate the dimming of the Template Header background image on the Woodpecker Premium theme? I saw that this question was asked by CoachKelly in a recent thread, but the answer was not posted as to how it was done.

    Thanks,
    Linda
     
  2. nitin

    nitin Guest

    Hi Linda,

    Greetings from InkThemes,

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

    Code:
    .nivo-caption {
        background: none !important;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. lseren

    lseren New Member

    Joined:
    Nov 18, 2015
    Messages:
    18
    Likes Received:
    0
    Location:
    Benicia, CA
    Thank you Nitin,

    I did use that code and it removed the dimming from the homepage slider images, but NOT the dimming of the header background image on the other pages of my site. I'm speaking of the image that is uploaded here: Appearance -> General Settings -> Template Header Background Image

    Is there a way to remove the dimming of this as well?
    Thanks,
    Linda
     
  4. nitin

    nitin Guest

    Hi Linda,

    Greetings from InkThemes,

    Could you please provide us URL of your website along with some edited screenshot of the concerned area, so that we can assist you accordingly?

    Looking forward to hear from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. lseren

    lseren New Member

    Joined:
    Nov 18, 2015
    Messages:
    18
    Likes Received:
    0
    Location:
    Benicia, CA
    Nitin,
    Here is the link to my site: http://www.enlivened.me/about-me/
    I was able to remove the dimming from the slider on the homepage with the code given above.
    I also want to remove the dimming from the header image that shows up on all the other pages. I'm using the Woodpecker Premium theme. In the picture below the header image looks dark grey. This is the section where the page/menu title shows.
    Dimmed header image.png
    Thanks,
    Linda
     
  6. priya

    priya Guest

    Hello Linda,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top-bg-mask {
        background: none !important;
    }
    Note: You can also use different color instead of none.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. lseren

    lseren New Member

    Joined:
    Nov 18, 2015
    Messages:
    18
    Likes Received:
    0
    Location:
    Benicia, CA
    Thank you for making this easy! :D
     
Thread Status:
Not open for further replies.

Share This Page