Home Forums WoodMart support forum Checkout issues

Checkout issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #719941

    kasper
    Participant

    Hello,

    On my checkout page, there seem to be a few issues. I’ve marked them in red and orange.

    Red: The product quantity appears to be white, which makes it difficult for customers to see how many items they are purchasing.

    Orange: The text does not seem to be aligned in the middle of the form fields.

    • This topic was modified 3 weeks, 5 days ago by kasper.
    Attachments:
    You must be logged in to view attached files.
    #719945

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    Hello,

    Could you please provide a link to the page where this issue occurs? This will help us see the problem firsthand and provide a more accurate solution.

    Best regards

    #719946

    kasper
    Participant

    Shared it below.

    #719971

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    Hello,

    Please add the following code to Theme Settings > Custom CSS > Global:

    .wd .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span {
    	color: #000;
    }
    
    .wd .wc-block-components-form .wc-block-components-text-input label, 
    .wd .wc-block-components-text-input label {
    	top: 22px;
    }
    
    .wd :is(div.wc-block-checkout,div.wc-block-cart) .wc-blocks-components-select .wc-blocks-components-select__container {
    	height: 50px;
    }

    Let us know if this resolves the issue.

    Best regards

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