Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1138715

    Hello,

    I’m using a separate header for single pages (landingpages). Therefore I have some challenges and need your support:
    1) I want to reduce the height of header of these pages.
    2) In addition I would like to place a different logo on the left side of the modified header.
    3) Finally: is there a chance to place some additional text on the left side of the menu – with some padding of course?

    The related information can be found in the private sector.

    Kind Regards
    Jürgen

    #1139356

    Hey jp,

    Thank you for the inquiry.

    1.) You can add this css code in the Quick CSS field to reduce the height of the header on single post pages.

    .single #header_main .container, .main_menu ul:first-child > li a {
        height: 44px;
        line-height: 44px;
    }
    

    2.) This should help you change the logo image in a specific page.

    // https://kriesi.at/documentation/enfold/logo/#change-the-logo-image-on-some-pages

    3.) Yes, that’s possible. You have to add a widget inside a custom widget area. More info in the documentation.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.