Color code in header

Avatar
  • Answered
I am familiar with CSS. With regard to my Open Cart style sheet I can't quite see where the color code for the header is located, (what line). This style sheet looks a little different to me.

Can you see where the header color code is?

heartlandpetbeds.com/test
Avatar
jamesr
Thank you for your question simonbk! The file you are looking for is the following:
catalog/view/theme/simple/stylesheet/stylesheet.css
The code you are looking for is the following:
/* Header */ #header{padding-bottom:7px;border-bottom:3px solid #00008B;margin-bottom:7px;}
Add
background-color:#ff0000
To the following code so it looks like the code below.
#header{padding-bottom:7px;border-bottom:3px solid #00008B;margin-bottom:7px;}
The #ff0000 code will turn the background for the header Red. Best Regards, James R