Home Forums WoodMart support forum How to change the top and bottom Padding of the PAGE TITLE?

How to change the top and bottom Padding of the PAGE TITLE?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #92750

    glamorousjz
    Participant

    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

    #92758

    glamorousjz
    Participant

    For your information,
    I have attached the screenshot to make my question clear.

    Regards

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

    Hello,

    Navigate to the Theme Settings and change Page title size http://prntscr.com/lozxz9

    Best Regards

    #92888

    glamorousjz
    Participant

    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

    #92922

    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

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