Home Forums WoodMart support forum coupon code field

coupon code field

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #109588

    jimmy-17
    Participant

    Hello, could you enlarge the area to paste the coupon code, a rectangle would be better than the square because it would be more readable (write coupon inside the rectangular area)? Please, thank you.

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

    Hello,

    This caused by third-party plugins. Please update your credentials I will try to correct that with custom CSS

    Best Regards

    #109698

    jimmy-17
    Participant

    ok

    #109725

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global:

    body .cart-actions div{
    min-width:100%
    }
    body .cart-actions div button {
    margin-top:20px;
    }

    Best Regards

    #109753

    jimmy-17
    Participant

    Hello, it works, but could you align the promotional code button with the coupon code field? Please, thank you.

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

    Hello,

    Please add this code as well:

    body .cart-actions div input {
    margin-top:20px;
    }

    Best Regards

    #109901

    jimmy-17
    Participant

    Hello, it works, but could I paste the code directly into the php function file of the child theme?

    #109915

    Hello,

    No, if you use the child theme insert it in the CSS field of your child theme: Theme Settings > Custom CSS > Global

    Best Regards

    #109917

    jimmy-17
    Participant

    Okay, thank you.

    #109924

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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