This topic has 2 replies, 2 voices, and was last updated 10 months ago ago by Tony Rodriguez
can i change the color of wishlist icon when i click in?
Hello, @devprof,
Thank you for reaching out to us with your query regarding changing the color of the wishlist icon when clicked. We appreciate your interest in customizing the appearance of your wishlist feature.
To achieve this, please follow the steps outlined below:
a)Navigate to XStore >> Theme Options >> Theme Custom CSS >> Global CSS.
b)Copy and paste the following CSS code into the designated location:
.xstore-wishlist[data-action=remove] .et-icon {
color: #ff043b !important;
}
Feel free to customize the color code (#ff043b) to your preferred choice.
For a visual reference, you can consult the image provided at the following link: https://imgur.com/a/tNnKipR
If you encounter any issues or have further questions, please don’t hesitate to reach out to us. We’re here to assist you.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up