Close

How can I change the color for "Top Header"

OTH
4 years ago
#15927 Quote
Avatar
  • 39
Hi,

Great theme and very fun working with it!

But I wanted to see if you can give me advice on how to change the color for the Top Header (where you choose language, currency etc.) ?

The dark color is not working for the look we're working on and I would like to make it transparent to blend with the website itself.

Any suggestions would be well appreciated!
Best regards,
OTH
nikola.dragiev
4 years ago
#15932 Quote
Avatar
  • Moderator
  • 154
Hello,

You can try adding this CSS code inside your Custom Head Styles textfield(Admin -> Nop-Templates -> Themes -> Emporium -> Settings):

@media all and (min-width: 1025px) {
.header-upper {
    background-color: #the hex value of the color;
}
}
Best regards,
Nikola Dragiev
Nop-Templates.com
OTH
4 years ago
#15936 Quote
Avatar
  • 39
Worked perfectly, thank you!
Best regards,
OTH