• Resolved antoniofer

    (@antoniofer)


    i’d like to make the button “add to cart” (in slider) rounded, but css in themes doesn’t work on this button… can you help me telling me what css is right? or if there is a better solution

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @antoniofer,

    Thanks for your query. Hope you are doing well.

    If you want the Add to Cart button to be rounded, you can do it with custom CSS. Please use the following CSS in the plugin’s custom CSS field.

    #wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button) {
        border-radius: 5px !important;
    }

    [Note: You can adjust the border-radius value as per your need.]

    Hope the above CSS will work for you. Please let us know if it works or not.

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @antoniofer,

    This thread has been inactive for a bit, so I’m going to mark it as Resolved now. Please feel free to open a new one if you have any further questions.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘rounded button’ is closed to new replies.