image on other pages

Discussion in 'Woodpecker WordPress Business Theme' started by elly10, Jul 15, 2014.

  1. elly10

    elly10 Member

    Joined:
    Jul 9, 2013
    Messages:
    37
    Likes Received:
    0
    Hi,

    On other pages on my site there is an image at the top that is greyed out, How do I change that image and not have it greyed out?
    At the moment I only have one other page that is the contact page but you can see it there
    www.cocktailsatnoon.com

    Many thanks

    Elly
     
  2. Piyush

    Piyush Support Staff

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

    Go to the Appearance > Theme Options > General Settings panel in your dashboard
    and upload your images in the "Template Header Background Image" section.
    This will change the image from the top of another pages.

    If you want to remove the grey mask from that image then
    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;
    } 
     

Share This Page