Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3771124
Font & Background Colour for WPC Wishlist Buttons
Open

Comments

  •  1
    Greg started the conversation

    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.

  •  1,281
    Dustin replied

    Hi 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

  •  1
    Greg replied

    Perfect, thank you so much! 😉👍