Home New Guten Forums WoodMart support forum Cart Popup Button Style

Cart Popup Button Style

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #522084

    yasmeen
    Participant

    Hi,

    We have chosen to show a popup when an item is added to cart. In this popup, the “Continue Shopping” text is too large for the button and it doesn’t look good, especially because the border is rounded and it’s curving into the text. Also, neither of the buttons have the correct border radius that we have chosen (10px). Is there any way we can change the styles of these two buttons?

    Regards,

    Attachments:
    You must be logged in to view attached files.
    #522166

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Options >> Custom Code >> CSS code section:

    .btn.btn-style-link {
       min-height: 40px;
       padding: 0;
       border-width: 2px;
       border-style: solid;
       background-color: #f59a57 !important;
       border-radius: 18px;
       font-size: 9px;
       width: 100px;
    }

    Feel free to modify the code to suit your specific needs.

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)