Site logo

[Support request] Custom header design

Home Forums Support [Support request] Custom header design

Home Forums Support Custom header design

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #2151013
    Dev

    Hello,

    I want to create a custom menu design, like the one in the screenshot below.

    https://prnt.sc/7SyGRCpo5jVE

    Please let me know how I can create it.

    #2151023
    David
    Staff
    Customer Support

    Hi there,

    there will be some custom CSS, but first:

    1. Customiser > Site Identity and set your logo to display.
    2. Customiser > Layout > Primary Navigation:
    a) set the Location to Below Header
    b) set the Alignment to center

    Once you have that setup share a link to your site and ill provide the CSS

    #2151044
    Dev

    Hello,

    I did what you said and after that my desktop menu is fine. But mobile menu becomes like this: https://prnt.sc/oIwApjAujlJ2

    And I want that my mobile menu should look like this: https://prnt.sc/fuWDMXDVNLGm

    Please let me know.

    #2151048
    David
    Staff
    Customer Support

    Enable the Mobile Header in Customiser > Layout > Header

    #2151055
    Dev

    Okay, I did what you said after that my logo is not coming in the mobile menu please see this, https://prnt.sc/EAXPQeI6P3AT

    #2151073
    David
    Staff
    Customer Support

    When you enabled the Mobile Header it provides you a field to add the Logo for the Mobile Header

    #2151100
    Dev

    Hello,

    Okay, the logo is coming now.

    But the size of the logo is too small, how I can make it big, the logo size.

    https://prnt.sc/zSR_sDr82y05

    #2151106
    David
    Staff
    Customer Support

    You can add this CSS:

    #mobile-header .mobile-header-logo img {
        height: 70px;
    }

    adjust the height to suit.

    #2151113
    Dev

    Thanks, it worked perfectly. 🙂

    #2151121
    David
    Staff
    Customer Support

    Glad to hear that

    #2197948
    Dev

    Hello,

    I have done the below settings, as you said me earlier.

    1. Customiser > Site Identity and set your logo to display.
    2. Customiser > Layout > Primary Navigation:
    a) set the Location to Below Header
    b) set the Alignment to center

    Now can you please tell me how can I achieve the design like the below header that you are seeing in the screenshot.

    https://prnt.sc/7SyGRCpo5jVE

    Please let me know

    #2197955
    David
    Staff
    Customer Support

    Can you share a URL to the site ?

    #2197958
    Dev

    Hello,

    Here is the site: https://www.diveshtechanalysis.com/blog/

    #2197975
    David
    Staff
    Customer Support

    Add this CSS to put the border on the top of the nav:

    .main-navigation .inside-navigation {
        border-top: 1px solid #ccc;
    }

    Then you need to edit the Customizer > Colors for the Primary Navigation

    #2198047
    Dev

    Hello,

    Please see the below image

    https://prnt.sc/egYVAPsU2MiU

    In the mobile view, the divider/border line is going over the top of the logo. I want that in mobile view it should come below the logo.

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