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

Okay
  Public Ticket #2208165
How to customise button style
Closed

Comments

  • Joel Lim started the conversation

    Dear WPClever,


    I was wondering whether I could have the CSS to customise the "View Cart" and "Continue Shopping" button font colors and background colors.


    Thanks

  •  767
    Janilyn replied


    Hi,

    Thank you for reaching out to WPClever Support Forum. This message is to let you know that we have received your request. I have assigned your ticket to one of our developers. He will reach back to you soon with instructions to help you do that. Kindly note that this might take some time due to our current heavy workload. So, please be patient. 

    We highly appreciate your support of our plugin. If you have any further questions or concerns, let us know. 

    Thank you. 


    Janilyn T. - WPClever Support Agent

  •  1,238
    Dustin replied

    Hi,

    Please use below CSS code, you can add to WP-Admin → Appearance → Customizer → Additional CSS

    /* for View Cart button */

    .wooac-popup #wooac-cart {
    background-color: #ff6600;
    color: #ffffff;
    }

    /* for Continue button */

    .wooac-popup #wooac-continue {
    background-color: #ff6600;
    color: #ffffff;
    }

    You also can change the color #ff6600 and #ffffff to other colors as you want.

    Best regards,
    Dustin

  • Joel Lim replied

    Thank your so much! Worked like a charm! Resolved.

  •  1,238
    Dustin replied

    You're welcome!

    Feel free to submit a new ticket when you have any question when using our plugin.
    I'll close this ticket nowsmile.png

    Best regards,
    Dustin