Viewing 1 replies (of 1 total)
  • Hey there,

    Apologies for the late reply. Please add below CSS to your website using this plugin.

    .sticky-navigation {
        background: #000;
      }
    .a {
        background: #000;
      }
    .colored-line-left {
        background: #1bee29;
      }
    .colored-line-right {
        background: #1bee29;
      }
    .sticky-navigation .main-navigation a {
        color: #1bee29;
      }
    .navbar-inverse .navbar-nav > li.not-active {
    	color: #1bee29;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
    	color: rgba(255,162,0,1.00);
    }
    
    a {
    	color: #1bee25;
    }

    Customize the colors according to your needs. Also, navigate to Appearance -> Customize -> Appearance -> Colors and set the text color to “#1bee25” or whichever shade of green you prefer. Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘header color’ is closed to new replies.