Home Forums WoodMart support forum Checkout pages are in uppercase – how to turn off please?

Checkout pages are in uppercase – how to turn off please?

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

    mfj1
    Participant

    All headings etc in the checkout page are using text-transform:uppercase; but I can’t find a setting for this. What’s the best way to have it work the same as the other pages and not go to uppercase please? Thanks

    #244298

    Hello,

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

    body #ship-to-different-address label,
    body .woocommerce-billing-fields > h3{
    	text-transform: none;
    }
    body table th {
        text-transform: none;
    }

    Best Regards

    #244304

    mfj1
    Participant

    Thanks but that doesn’t change the header or YOUR ORDER

    I’ve had to add this

    .step-cart, .step-inactive, .step-active {
    	text-transform: none;
    }
    
    #order_review_heading {
    		text-transform: none;
    }

    Anything else anywhere?

    #244428

    Hello,

    The code does not work, cause you use the third parties plugin. We are glad you have solved the issue. If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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