Home Forums WoodMart support forum WORD UPPER CASE AND LOWER CASE

WORD UPPER CASE AND LOWER CASE

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

    tsamis
    Participant

    Hi, do i able to change the word is the first word is uppercase, other is lower case?
    EXAMPLE BELOW
    STAINLESS STEEL change to-> Stainless Steel

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

    Luke Nielsen
    Keymaster

    Hello,

    Please, try to use custom CSS in Theme Settings -> Custom CSS -> put this code in the field “Global Custom CSS”

    .wd-nav-product-cat .nav-link-text {
      text-transform: capitalize;
    }

    Kind Regards

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