Home Forums WoodMart support forum Need to change Text in capital letters as per attached Screen sort.

Need to change Text in capital letters as per attached Screen sort.

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

    naveen_ril
    Participant

    Hi Team ,

    Please help to change small to caps letters as per attached screen sort .
    and also for web titles .
    Thanks

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

    Hello,

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

    body .product_meta {
        text-transform: uppercase;
    }
    body .product-share {
         text-transform: uppercase;
    }

    Best Regards

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