Home Forums WoodMart support forum Increase page (header) title

Increase page (header) title

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #181231

    accosuk
    Participant

    Please let me know how to increase the header height of the page title.

    For ex: https://woodmart.xtemos.com/faqs/demo/retail-2/
    Like, on the above page so that the image behind the title (FAQ) is visible more.

    Thanks.

    #181247

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You can increase the font-sizes of the theme from Theme Settings >> Typography.

    Screenshot for Clarification: https://ibb.co/vVt4tYB

    If you want to ask anything else then provide with some relevant screenshots of the specific area to check it myself and help you out accordingly.

    Best Regards.

    #181250

    accosuk
    Participant

    Thanks.. sorry if I didn’t make myself clear.
    Please see the attached image.
    The height of the header is 200px.
    How can I increase it to say, 300px.
    The image background was set using the Page Title Options.
    Thanks.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I saw the screenshot you attached. To increase the height of the page title header you need to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .page-title-default {
    height: 300px;
    }

    You can set the height accordingly.

    Best Regards.

    #181277

    accosuk
    Participant

    Thanks a lot.
    Increased the height with the above css.. (though it doesnt come to 300px, its 30-40 pxls less). That’s ok.
    But how to vertically center the title when the height is increased.

    #181336

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To adjust the title and content to the center you need to add the following Custom CSS code in Global Custom CSS area under Theme Settings >> Custom CSS.

    .title-size-default {
    padding-top: 70px;
    }

    You can adjust the value according to your requirements.

    Best Regards.

    #181784

    accosuk
    Participant

    Thanks a lot.

    #181843

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Increase page (header) title’ is closed to new replies.