Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #192526

    Hi,

    is there a way to change the text in page header? Instead of showing breadcrumbs and page title, I would like to show a different static text on each page. The text should be aligned to right side of the header.

    Many thanks.

    #192614

    Hey gorkas!

    No, but you can choose not to display that page header from the layout options on the right of the page (where you choose sidebar layout). Then add in your own header to the layout as needed.

    Regards,
    Devin

    #194007

    OK. I used the color section to make my own header. The only problem I have is that it’s about 50% higher than the standard page heading.

    Is there any way to control the height of the color section?

    Also, is there a way to put a widget in the color section? So that I don’t have to make changes to all the pages that have the same heading, when I decide to change the text there.

    Thanks.

    #194363

    Hi!

    Can you post the link to your website?
    You can add Color Section element under Layout Elements and then add Widget Area element under Content Elements to your pages

    Regards,
    Yigit

    #194426

    Hi.

    I now understand about the widgets, thanks.

    The example of header is http://test.kagor.hr/poslovni-plan-investicijska-studija-studija-isplativosti/
    and the example of using color section is http://test.kagor.hr/oblik-poslovnog-plana/

    The question remains how to make the color section of the same height as the header.

    Thanks.

    #194529

    Hey!

    Add this code to the Quick CSS:

    #av_section_1 {
        min-height: 0 !important;
        height: 120px;
    }

    Change 120px for the desired height.

    Cheers!
    Josue

    #194621

    Thanks, it works. Now, how do I vertically align the text in this section?

    #194624

    I meant how do I vertically center this text?

    #194632

    Hi!

    Please add this on your custom.css or Quick CSS:

    #av_section_1 h2 {
    margin-top: 15px;
    }

    Regards,
    Ismael

    #194665

    Thank you, all good.

    #194688

    Hey!

    Glad it worked. :)

    Cheers!
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Change text in page header’ is closed to new replies.