How to change the Page title text size
-
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.
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,
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~
The topic ‘How to change the Page title text size’ is closed to new replies.