Home › Forums › CSS › Background and nav.bar color › Reply To: Background and nav.bar color
November 24, 2014 at 7:42 am
#189082
Member
This is hiding the image and it’s background
.site-branding {
padding: 6rem 0;
text-align: center;
background: #0587BF; /* here */
background: hsl(198, 95%, 38%); /* and here /*
}
Is that intentional?