Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background and nav.bar color Reply To: Background and nav.bar color

#189081
thommas
Participant

Tnx. I’ve now created a child theme.

I put your code into my new style.css:

/*
 Theme Name:   Simone Child
 Description:  Simone Child Theme
 Author:       Thommas Sletten
 Author URI:   no.linkedin.com/pub/thommas-sletten/1b/b95/65/
 Template:     simone
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  simone-child
*/

@import url("../simone/style.css");

.main-navigation {
  / * background: hsl(0, 0%, 19%); */
  background-color: #0096d6;
}
.site-header {
  background: #bbb9be url(http://hpgarasjen.no/wp-content/uploads/2014/11/cropped-Garasjen-toppbanner.jpg) center 0 repeat-x;
}

But it isnt working.

The header color supposed to be: #bbb9be

While the menu/navigation bar should be: #0096d6