• Resolved osfodesign

    (@osfodesign)


    Hi!

    My menu was perfectly working until I added new pages to it. Now I have a double menu. One is working and the other one (the one I’d like to delete) is not. It seems like if I delete one the other one disappears but then when I reinstall the menu both of them come back up. Not sure how to solve this.

    Thanks in advance for your help!

    Best,
    J.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Amit Singh

    (@apprimit)

    Hello,

    The menu is appearing from the page design. Open your page in Elementor Editor and remove the nav widget. Alternatively, you can use the below code.

    Paste it in the Customize > Custom CSS section

    section.elementor-element.elementor-element-5d6d310.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
        display: none;
    }
    
    section.elementor-element.elementor-element-8d82b1f.elementor-section-full_width.elementor-section-height-full.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section {
        padding-top: 200px;
    }
    Thread Starter osfodesign

    (@osfodesign)

    It worked! Thank you! Thank you! ??

    • This reply was modified 6 years ago by osfodesign.
    Amit Singh

    (@apprimit)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Double Menu’ is closed to new replies.