Change header colour

Discussion in 'Blackriders WordPress Theme' started by domb, Sep 14, 2013.

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

    domb New Member

    Joined:
    Sep 13, 2013
    Messages:
    3
    Likes Received:
    0
    Hi, REALLY like this theme, I've been looking for one with a contact form on the slider, and it works very well. Thank you!

    1. Please can you tell me where to find the CSS or image to change the header colour at the very top of the Black Rider theme? I've been looking for 3 hours and getting really annoyed with myself! The default is blue, but when I changed to the black theme it's turned to grey. I just want it to be white - please see attached image.

    2. How do I delete the breadcrumbs, and close the gap where they would have been?

    Thanks again

    Dom


     

    Attached Files:

  2. Piyush

    Piyush Support Staff

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

    1. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .header_container {
    background: white;
    }
    In place of white your can put your color or color code.
    This will change the background color of header.

    2. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    #crumbs {
    display: none;
    }
    This will remove the breadcrumbs from the pages.

    If you want to remove the breadcrumbs bar also then
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .page_heading_container {
    display: none;
    }

    This will remove breadcrumbs as well as breadcrumbs bar.
     
  3. domb

    domb New Member

    Joined:
    Sep 13, 2013
    Messages:
    3
    Likes Received:
    0
    Excellent

    Thank you
     
Thread Status:
Not open for further replies.

Share This Page