Home Forums WoodMart support forum Text Capitalize

Text Capitalize

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

    tekeci
    Participant

    Hello! I can’t edit them as capitalize. How can I do that?

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

    Luke Nielsen
    Keymaster

    Hello,

    First of all, you need to define your tabs as “lowercase” in your page builder.

    https://monosnap.com/file/MB2VlHsiiXRhhBVFreS9O5AJcc59Xk

    Only then add the below custom code to the “Custom Global CSS” area in Theme Settings -> Custom CSS.

    .wd-products-tabs .wd-nav-tabs .nav-link-text,
    .wd-products-tabs .wd-load-more  {
        text-transform: capitalize;
    }

    The above code includes “capitalize” for the “Load More” button too.

    https://gyazo.com/c8cf302d4f55e47e240b47a458db71a3

    Keep me informed of any issues.

    Kind Regards

    • This reply was modified 3 years, 1 month ago by Luke Nielsen.
    #379437

    tekeci
    Participant

    Thank you so much. You are the best!

    #379438

    Luke Nielsen
    Keymaster

    Hello,

    We will appreciate it if you can refer your friends or family members to become a part of our Xtemos family.

    We wish you a splendid day!

    Kind Regards

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

The topic ‘Text Capitalize’ is closed to new replies.