Change Header Background and remove search from nav

Discussion in 'BizWay WordPress Theme' started by marketingtypeguys, Aug 15, 2016.

  1. marketingtypeguys

    marketingtypeguys Member

    Joined:
    Apr 15, 2014
    Messages:
    79
    Likes Received:
    1
    Hi --

    How do I change the color of the header background? I'd like to change ti to #660000

    Also -- others have asked about removing the Search Box in the navigation -- I've been able to add:

    .top-search {
    display: none;
    }

    to remove the box, but I can't add more navigation options...I've found other threads concerning this, but the instruction you provide must be for an earlier version of the theme. In the header.php file I'm seeing isn't what you show in the attached image:
    [​IMG]

    please advise.
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    To change header color, please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header-container {
        background-color: #660000;
    }
    For second issue, please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page