How to change the top and bottom Padding of the PAGE TITLE?
-
Hello,
QUESTION: How to change the top & bottom padding for the page title?
I’ve checked everywhere in the theme settings but not found this option, so I kindly come here to see if you have any suggestion?
Many thanks
Regards
For your information,
I have attached the screenshot to make my question clear.
Regards
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to the Theme Settings and change Page title size http://prntscr.com/lozxz9
Best Regards
Thank you,
I’ve tried that option but the font size seems to be too small.
Can I change the page title font-size or padding on a per page level? (Different size for different pages?)
Kind Regards
Hello,
Add this code to the Theme Settings > Custom CSS > Global
.title-size-large {
padding-top: 20px;
padding-bottom: 20px;
}
You can increase or decrease the value as per your needs.
Best Regards