Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1367537
    koruailimited
    Participant

    Hi,

    How can I change in the cart the coupon code position and size??

    Thanks

    #1367705
    Christian
    Moderator

    Hey there,

    Though positioning is possible with CSS, that would be outside the scope of our support as it is a bit involved. For the size, please add the code below in your Appearance > Customize > Custom > Global CSS

    .woocommerce .cart .actions>input {
        font-size: 2em;
        padding: 20px 50px;
    }

    Thanks.

    #1367722
    koruailimited
    Participant

    this code make the buttons bigger. i don’t want to change the buttons, only reduce the size of the textbox coupon code

    #1367777
    Christian
    Moderator

    Sorry for the confusion. Please add the code below in your Appearance > Customize > Custom > Global CSS

    .woocommerce .cart .actions .coupon {
        width: 78%;
        float: left;
    }
    
    .woocommerce .cart .actions .coupon input[type="text"] {
        width: 30% !important;
        float: right;
    }

    Thanks.

    #1368021
    koruailimited
    Participant

    Don’t worry. I understand that you have to reply a lot of message.

    Thank you very much for your help… it’s working perfect!!!

    have a nice day!!

    #1368326
    Lely
    Moderator

    You’re always welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1367537 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>