This topic has 2 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler
Hello!
I need to change a header elements(shown on the screenshot) color to #d02096 but as I can see there are only two options(dark and white) in the settings, also it would be cool to change it only at the main page. Is it possible and it it is, how can I achieve that?
Hello,
You can add this code in Custom css for page – http://prntscr.com/mpx87h
.navbar-header .login-link > a,
.navbar-header .cart-summ,
.navbar-header .shopping-container .cart-bag .badge-number {
color: red !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up