Home Forums WoodMart support forum How can I change height of page title design section?

How can I change height of page title design section?

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

    johny
    Participant

    Hello,

    I want to reduce the height of the “page title design”. I checked but there is no setting available to change the height of the section.

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

    Luke Nielsen
    Keymaster

    Hello,

    The height of the “Page title” can be changed directly via Theme settings -> Page title -> turn on the “Small” value for the “Page title size” option.

    https://prnt.sc/OZl2Ert2Q7TP

    If you are looking to explore other options of our theme, feel free to reach out to me at any time. I will be more than happy to assist you.

    Kind Regards

    #380361

    johny
    Participant

    Hello,
    Thanks for the reply. In page title size, I have set small. Can’t the height of the page title be reduced more?

    #380480

    Luke Nielsen
    Keymaster

    Hello,

    The height of the “Page title” depends on the font size and the presence of breadcrumbs, without these elements it has a “40px” height (https://prnt.sc/KxcVpc1j7hvP).

    1. The first thing you can do is to disable the breadcrumbs in the “Page title” via Theme Settings -> Page title -> turn off the “Show breadcrumbs” option.

    https://prnt.sc/CvRjsI7kjPQn

    2. The second is to reduce the font size and padding for the page title.

    .woocommerce-account .page-title .entry-title {
        font-size: 37px;
    }
    
    .woocommerce-account .page-title {
        padding: 10px 0;
    }

    https://prnt.sc/XB0vcWO7ef1o

    I hope this helps!

    Kind Regards

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