Home Forums WoodMart support forum Change height and width of page title bar

Change height and width of page title bar

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #606792

    giantpanos
    Participant

    Dear Support,

    I have asked that previously but your solution doesn’t seem to work this time.

    I need to increase the height oif the image in the category page. Pls see attached.

    Many thanks

    • This topic was modified 2 weeks ago by giantpanos.
    Attachments:
    You must be logged in to view attached files.
    #606990

    Hello,

    To adjust the page title size, Navigate to Theme Settings > Page Title > Choose the Page Title Size.

    Best Regards

    #607011

    giantpanos
    Participant

    I know this.
    I need help with css coding to increase the height

    thanks

    #607076

    Hello,

    Can you please share the page URL so I will check and give you a possible solution?

    Best Regards

    #607078

    giantpanos
    Participant
    #607134

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. Change the code as per your need.

    .title-size-default .title {
            font-size: 60px
        }
    
        .title-size-large {
            padding: 200px 0 !important;
        }

    Best Regards

    #607163

    giantpanos
    Participant

    thanks for this!

    also, please give me the code to adjust the title text size, font weight, font type.

    thanks!

    #607169

    giantpanos
    Participant

    and how can i lower the text on the page title?
    Right now its in the middle of the image, interrupting it

    thanks again!

    #607325

    Hello,

    You can change the font settings through Theme Settings -> Typography -> Advanced typography -> create a new rule with the “Page title” item.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Navigate to Theme Settings > Page title > Choose the Page title design “default”.

    Best Regards

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