This topic has 9 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
Hi, Love this theme!
I would like to change the colors of the topbar in header-5.
I need all the text/links (wishlist, your account, logout) white. Also need the icons white. Same goes for the mouse hovers. Same goes for the “Your account” dropdown text. Need to be white aswell.
Ofcourse this needs to be white on responsive devices aswell.
Kind regards
MumboMedia
Hello,
Please try to add this code in custom.css file:
.top-bar .wishlist-link a i:before, .top-bar .wishlist-link a span, .top-bar .top-links li a, .login-link:before, .register-link:before, .top-bar .wishlist-link a:hover span, .top-bar .top-links li a:hover {
color: white !important;
}
@media (max-width: 480px) {
.my-account-link:before {
color: white;
}}
If there are still some issues please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hi, this is only partially working.
Hello,
I’ve made some changes to the code.
Please check it now.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Almost perfect! Only need the dropdown under “your account” to be #D60056
Compliments on your service!
Hello,
Try to add this code into custom.css file.
.header-type-5 .top-bar .links li a{
color:#D60056 !important;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hey Robert,
It’s not the actuall links, but the background of the dropdown i want a diffrent color on.
ty
Never mind, i found it!
.submenu-dropdown {
background: #d60056;
}
Thanks again for the superb service!
Hello,
You’re welcome!
If you have any questions don’t hesitate to contact us.
Regards,
Robert Hall.
The issue related to '‘Header 5 with color options from header 6’' has been successfully resolved, and the topic is now closed for further responses