Home Forums WoodMart support forum How to change the Page title text size

How to change the Page title text size

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #616797

    lswang6
    Participant

    Hi there,

    Happy thanks giving~
    When you are back can you tell me how to change the text size of page title text? Now is 58px too big..

    kind regards,
    Luis

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

    Hung Pham
    Keymaster

    Hi lswang6,

    Thanks for reaching to us and appreciate your patience.

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

    div.title-size-default {
    		--wd-title-font-s: 28px;
    }

    Regards,

    #618231

    lswang6
    Participant

    Thank you Mr. Hung.

    I works, and i edited to following so in mobile view it shows different size:

    /* Adjust page title font size */
    div.title-size-default {
    –wd-title-font-s: 45px;
    }


    @media
    screen and (max-width: 768px) {
    div.title-size-default {
    –wd-title-font-s: 30px; /* Example of a different value for smaller screens */
    }
    }

    can close ticket, cheers~

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

The topic ‘How to change the Page title text size’ is closed to new replies.