Change Header Container

Discussion in 'BlackBird WordPress Theme' started by sspore520, Sep 3, 2014.

  1. sspore520

    sspore520 New Member

    Joined:
    Oct 5, 2012
    Messages:
    27
    Likes Received:
    2
    How can I change the header color to a custom image instead of the default color options?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please provide more information about it what you want to make change.
    If possible provide the screen shot of the section.
    Thanks & Regards
    Pramod
     
  3. sspore520

    sspore520 New Member

    Joined:
    Oct 5, 2012
    Messages:
    27
    Likes Received:
    2
    at the top behind the "black rider" logo... I found css that allows me to link an image but it is too small and I tried to change the margins, but I either did it wrong or it didn't work....
     

    Attached Files:

  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You cannot set an image as background.But you can set different color for background.

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_container {
    background: green !important;
    }
    Change color according to your need.
    Thanks & Regards
    Pramod
     
  5. sspore520

    sspore520 New Member

    Joined:
    Oct 5, 2012
    Messages:
    27
    Likes Received:
    2
    fyi this works

    .header_container {
    background: #3da6c4 url(image url);
    }
     
    greatscottfilm likes this.
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Yes it work.
    You have to put exact URL of image which you want to set in background.
    Thanks & Regards
    Pramod
     
    greatscottfilm likes this.

Share This Page