This topic has 8 replies, 4 voices, and was last updated 8 years, 6 months ago ago by Robert Hall
Hello,
I have a problem to set the colors of links from my main menu.
I can do it without problem for links fixed navigation.
Help me this is urgent.
thank you
Hello,
WP Dashboard credentials are incorrect.
Please check them.
Best regards,
Jack Richardson.
Hello I repeat you how to access the site.
Hello,
I’ve added the code in Theme Options > Styling > Custom CSS > Global Custom CSS:
.menu > li > a:hover {
color: #cf0a1d !important;
}
.menu > li.current-menu-item > a, .menu > li.current_page_ancestor > a {
color: #ffffff !important;
}
Please check menu now.
Regards,
Eva Kemp.
it works great thank you.
Now I still have another problem I can not change the color of the basket fixed navigation, I would put it in white.
Thank you
Hello,
Please use this css code:
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number::before {
box-shadow: inset 0 0 0 35px #fff;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number {
border-color: #fff !important;
color: #000;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag::before {
border-color: #fff;
}
Regards,
Eva Kemp.
Thank you it works,
I have another question how can I change the background colors and font of my products and quik single view.
Thank you
Hello,
Please use this code in Global Custom CSS.
.product .product-details .product-title a {
font-family: Arial, sans-serif;
}
.product {
background-color: red;
}
quick view:
.quick-view-popup {
background-color: red!important;
}
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up