This topic has 6 replies, 3 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler
How do I change the color of the text in the cart pop down?
See here: https://imgur.com/WOyv0uB
Hello,
Theme Options > Styling > edit colors of the active button type.
Regards
The issue is that it works fine when on other pages but the text disappears when looking at the mini-cart on the homepage only…
There is color http://prntscr.com/tei1mv that comes from the Elementor plugin – http://prntscr.com/tei34n , so you can clear this option. Or use custom CSS to change the text color of the button:
header .btn-checkout {
color: white !important;
}
Regards
Where exactly do I go to clear this option?
Where exactly would I input the code?
1) http://prntscr.com/tf5gbu > http://prntscr.com/tf5h21 > http://prntscr.com/tf5h6x > http://prntscr.com/tf5hoy
or
2) Theme Options > Theme Custom CSS > Global custom CSS
Regards
You must be logged in to reply to this topic.Log in/Sign up