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

Okay
  Public Ticket #3506804
CSS for Buy Now button in WPC Buy Now Plugin
Closed

Comments

  •  6
    Nghia started the conversation

    Is there anyway I can add css effect for Buy Now button for WPC Buy Now. Because whenever I add css, the Add To Cart button also change. I want it has different decoration from Add To Cart button. 

    I'm waiting for your help.
    Sincerely!

  •  767
    Janilyn replied

    Hi Nghia,

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,222
    Dustin replied

    Hi Nghia,

    Our Buy Now button has a special CSS class "wpcbn-btn", so you can use it for CSS code, e.g:

    .single_add_to_cart_button.wpcbn-btn {
        color: red;
    }

    Best regards,
    Dustin

  •  6
    Nghia replied

    It worked like a champ.
    Thank you!