Remove Template Header Background Image

Discussion in 'Woodpecker WordPress Business Theme' started by huntercs, Oct 23, 2014.

  1. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Your given website link is not working at this time.

    Thanks & Regards
    Yogesh Bhade
     
  3. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
    You should be able to access the site now.
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Your website is not working again.

    Paste the code given below in Custom CSS section to remove that image.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .brd-crm h1, .brd-crm h1 a {
    color: #DA5A5A;;
    }
    .page-top-bg {
    height: 185px;
    }
    .page-top-bg img {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
    How can i remove the gap between the navigation bar and the text on the page
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-post-container-wrapper {
    margin-top: -82px;
    }
    .brd-crm {
    bottom: 60%;
    }
    You can adjust values in above code with your requirement.
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page