Home Forums WoodMart support forum Capitalize Text

Capitalize Text

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

    tekeci
    Participant

    Hello. I need make these texts Capitalize:

    #379833

    Luke Nielsen
    Keymaster

    Hello,

    You can make these texts capitalize with the help of the below code. Please enter it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .whb-header .searchform .wd-search-cat>a>span,
    .woocommerce-cart .page-title .wd-checkout-steps li,
    .woocommerce-checkout .page-title .wd-checkout-steps li,
    .woocommerce-cart .shop_table th,
    .woocommerce-cart .coupon .button,
    .woocommerce-cart .cart_totals h2,
    .woocommerce-cart .cart_totals .checkout-button {
        text-transform: capitalize;
    }

    Keep me informed of any issues.

    Kind Regards

    • This reply was modified 1 year, 11 months ago by Luke Nielsen.
Viewing 2 posts - 1 through 2 (of 2 total)