How to change colors on header right buttons Login, Register Cart
-
Hello,
I change the color of navigation menu from white to black and now it is not appearing on header right the buttons Login, Register Cart.
Can you tell me how to change color on the buttons Login, Register Cart to from black to white ?
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and contacting us.
This is possible to change with custom CSS. Please add this code to the Theme Settings > Custom CSS:
.color-scheme-dark .amount {
color: #ffffff;
}
.color-scheme-dark ul li a:hover {
color: #ffffff;
}
.right-column>div a, .right-column>div ul li a {
color: #ffffff;
}
Best Regards
Hello,
thank you for your help, but this code fixed only amount item.
Can you tell me how to do it for all items (Login/Register , cart) in the right menu ?
Thanks
If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to change colors on header right buttons Login, Register Cart’ is closed to new replies.