Hi
I would like to change the color on the bar on top of the page where the log in/register, cart, checkout etc. is, right now it's blue
but I can't find a .css file for that
can anyone tell me which files that is
Hi,
It's located in style.css line 246:
.headerstrip {
height: 72px;
//change this color to your desired color
background-color: #00a1cb;
}
Btw, have you ever use chrome element inspector or firefox firebug?
Thanks yonghan79
You're welcome