Top Bar Shows in Grayish Black Color in Roadfighter

Discussion in 'RoadFighter WordPress Theme' started by kamijeff, Nov 13, 2014.

  1. kamijeff

    kamijeff New Member

    Joined:
    Nov 8, 2014
    Messages:
    2
    Likes Received:
    0
    In Roadfighter, how do you remove or recolor the grayish black bar on non home pages. None of the headers show through the black . url carolkaminsky.com
     
  2. 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:
    .header_container.not_home {
    background: #303030;
    }
    Write your color/color code in above code.
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page