This topic has 4 replies, 3 voices, and was last updated 8 years, 1 months ago ago by Eva Kemp
Hey guys,
I’m trying to create a header with a dark brown (#0d0503) background and all white text and elements – including the shopping cart icon. The text should also be Lora bold, size 17. The nav bar I’d like to be reversed – an all white background and dark brown elements (including, again, the shopping cart icon and dotted box). I’ve tried in Global Custom CSS as well as adding to my stylesheet with no success. Currently the header is all white with all white text and looks awful. Help please?! What do you need? Thanks 🙂
Hello,
Your site is in a maintenance mode. Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
Hey Robert,
Credentials below – thanks!
Hello,
I’ve disabled “Header transparent” option in Theme Options > Color Scheme, now the color you set is shown. Also added this code in Global Custom CSS:
.header-wrapper.header-type-3.header-scrolling .shop-text {
color: white !important;
}
.header-wrapper.header-type-3.header-scrolling .cart-bag .ico-sum, .header-wrapper.header-type-3.header-scrolling .cart-bag .ico-sum::after {
background-color: white !important;
}
.header-wrapper.header-type-3.header-scrolling .cart-bag .ico-sum::before {
border-color: white !important;
}
I’ve set typography settings for menu items in Theme Options > Typography > Menu Font.
Please check header now.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up