This topic has 10 replies, 3 voices, and was last updated 1 years, 7 months ago ago by Rose Tyler
What are the steps required to change the color of the Wishlist icon when clicked, and modify the hover color of the text?
Screenshot (color of the Wishlist icon when clicked )
My intention is to replace the color blue with red.
https://snipboard.io/qvMnDm.jpg
Screenshot (the hover color of the text)
I aim to substitute the color orange with Blue.
https://snipboard.io/rpTHzU.jpg
Hello, Catholicans,
1. In order to solve your issue, please copy and paste the below given CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and check back to your site after clearing the browser cache.
.xstore-wishlist[data-action=remove] .et-icon {
color: red !important;
}
Note: You can change the value of the color from the given code as per your requirements.
2. Additionally, please copy and paste the following CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and check back to your site after clearing the browser cache.
li.mpc-list__item.mpc-parent-hover.mpc-transition:hover {
color: #2a5197 !important;
}
Note: You can change the value of the color from the given code as per your requirements.
We hope this helps.
Best Regards,
8Theme’s Team
Can you please help to change the color of the blue colored hearts that appear when they are clicked?
Screenshot for reference
https://snipboard.io/eGrRWP.jpg
Hello, Catholicans,
1. In order to solve your issue, please copy and paste the below given CSS code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and check back to your site after clearing the browser cache.
.xstore-wishlist-animated-heart{
fill: red !important;
}
Best Regards,
8Theme’s Team
How can I change the border color of the animated hearts in to red?
Hello, Catholicans,
We kindly request that you provide us with a screenshot of the border color you are referring to. Additionally, if you could mark the screenshot for our better understanding, we would be able to assess the situation and provide assistance accordingly.
Regards,
The 8Theme Team
Sure.
Here is the screenshot:
https://snipboard.io/uQIGaK.jpg
Hello, Catholicans,
Thank you for your reply and for the screenshot.
Please animated hearts are in red already on your site. Could you redescribe the desired result in more detail?
Best Regards,
8Theme’s Team
The animated hearts are filled with color, But the border color of that animated hearts are blue in color. So, I want to change the border color, blue in to red.
Hello, Catholicans,
Please change this code https://prnt.sc/E2qKMSe_rNB2
to
.xstore-wishlist-animated-heart {
fill: red !important;
stroke: red !important;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up