Comments 1Greg started the conversationNovember 25, 2024 at 4:07pmHi I would like to be able to change the font/colour of the Wishlist buttons. Can you tell me how to do this please. 1,281Dustin repliedNovember 26, 2024 at 2:57amHi Greg, You can style the wishlist buttons by adding below CSS code to WP-Admin → Appearance → Customize → Additional CSS: .woosw-btn { background-color: #ff0000 !important; color: #ffffff !important; } If you want to style wishlist buttons on your website but are struggling with it, send me your website link along with detailed requirements, and I will help you write the CSS code.Best regards,Dustin 1Greg repliedNovember 26, 2024 at 3:10pmPerfect, thank you so much! 😉👍1 Like Sign in to reply ...
Hi I would like to be able to change the font/colour of the Wishlist buttons. Can you tell me how to do this please.
Hi Greg,
You can style the wishlist buttons by adding below CSS code to WP-Admin → Appearance → Customize → Additional CSS:
If you want to style wishlist buttons on your website but are struggling with it, send me your website link along with detailed requirements, and I will help you write the CSS code.
Best regards,
Dustin
Perfect, thank you so much! 😉👍