Home › Forums › Basel support forum › How to change colors on header right buttons Login, Register Cart › Reply To: How to change colors on header right buttons Login, Register Cart
August 2, 2018 at 10:21 am
#70634
Elise Noromit
Member
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