Change background image on new page

Discussion in 'Woodpecker WordPress Business Theme' started by jezbellkid, Aug 15, 2015.

  1. jezbellkid

    jezbellkid Member

    Joined:
    Aug 20, 2012
    Messages:
    51
    Likes Received:
    1
    I am having problems with removing the default image that shows up on a new page. http://skyshotmuskoka.ca/index.php/what-we-do/
    I would like to remove the image just below the menu bar. It is the image children holding ipad and iphone. How do i remove it?
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

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

    Code:
    .page-top-bg img {
        display: none !important;
    }
    .page-top-bg {
         height: 155px;
    }
    
    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page