This topic has 6 replies, 2 voices, and was last updated 7 years by Conscious Crafties.
-
Author
-
August 12, 2017 at 05:34 #170353Conscious CraftiesParticipant
Hello,
Is it possible to deepen the colour of the Add To Wishlist button so it’s the same colour as my other buttons?
#FFB1D2
See screenshot for how it appears too pale on the product page and gallery pages.
Many thanks,
Karen
Attachments:
You must be logged in to view attached files.August 12, 2017 at 18:16 #170388Kieran_SQModeratorHi Karen,
You can update the wishlist colors with the below CSS in your KLEO Child theme or in Theme Options > General Settings > Scroll to: Quick CSS.
.woocommerce ul.products li.product:hover .yith-wcwl-add-to-wishlist a {opacity: 1;background-color: #FFB1D2;}
If you’d like to change the color of the border too please use the below CSS instead
.woocommerce ul.products li.product:hover .yith-wcwl-add-to-wishlist a {opacity: 1;background-color: #FFB1D2;border: solid 1px #FFB1D2;}
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 13, 2017 at 14:20 #170470Conscious CraftiesParticipantThanks ever so much Kieran – that’s perfect on our gallery pages 🙂
How do I change the colour of the wishlist button on our Product Pages too?
Many thanks,
Karen
August 13, 2017 at 16:09 #170475Kieran_SQModeratorHi,
The below CSS should work on product pages, sorry for missing those out 🙂
Product page wishlist button
COPY CODE.yith-wcwl-add-button.show { background-color: #FFb1D2; border: solid 1px #fcb0d0; }
Product page wishlist text
COPY CODEa.add_to_wishlist.single_add_to_wishlist.button.alt { color: white; opacity: 1; border: 0; }
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 13, 2017 at 23:32 #170514Conscious CraftiesParticipantAww for some reason this changed the display of the wishlist button on the gallery pages too.
Instead of not being visible until the user hovers over the Gallery page image, it appears as a solid pink block constantly without hovering over it (no writing) – see screenshot attached.
Many thanks for your help,
Karen
Attachments:
You must be logged in to view attached files.August 13, 2017 at 23:49 #170517Kieran_SQModeratorHi, sorry about that, please try the amended CSS below.
COPY CODE.single-product .yith-wcwl-add-button.show { background-color: #FFb1D2; border: solid 1px #fcb0d0; }
COPY CODE.single-product a.add_to_wishlist.single_add_to_wishlist.button.alt { color: white; opacity: 1; border: 0; }
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 14, 2017 at 01:06 #170521Conscious CraftiesParticipantPERFECT!!! Thanks for all your help 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.