[Resolved] Custom Menu Design

Home Forums Support [Resolved] Custom Menu Design

Home Forums Support Custom Menu Design

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1588824
    Dev

    Hello,

    I want to display my hamburger menu like the one below I’ve shown in the video.

    https://share.getcloudapp.com/yAuZ1n54

    In the video color is blue, but I want this color code in my design. #f58000

    Please let me know.

    #1588840
    Dev

    Hello,

    Please avoid the above link and see the below link video is now visible in the below link

    https://share.getcloudapp.com/5zudrvy2

    #1589065
    David
    Staff
    Customer Support

    Hi there,

    first of go to Customizer > Layout > Primary Navigation and add fill in your Mobile menu label
    Once thats done i can take a look at the CSS required to style it like that other site.

    #1589078
    Dev

    Hello,

    Okay, I did it. Now waiting for the CSS

    #1589448
    David
    Staff
    Customer Support

    I just noticed, your Mobile Header and navigation is not GP – its created with Thrive Architect, unfortunately we cannot provide support for that plugin – you would need to check with their support.

    #1589507
    Dev

    Hello,

    Please visit https://www.diveshtechanalysis.com/blog/

    My homepage and product pages are built on Thrive architect. Rest all pages are built on GPP.

    Let me know.

    #1589590
    David
    Staff
    Customer Support

    Try this CSS:

    .main-navigation .menu-toggle {
        border: 1px solid #f58000;
        color: #f58000;
        padding: 10px 20px;
        margin: 5px 10px;
        transition: all 0.2s ease-in-out;
    }
    .main-navigation .menu-toggle:hover {
        background-color: #f58000;
        color: #FFF;
    }
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.