How To Remove Menu/Search Bar (BlogMagazine Pro)

  • Hello!

    Recently I’ve run into trouble with removing my menu/search bar that is originally with my BlogMagazinePro theme. I’d like to use a different search/menu through elementor. I have no problems uploading the new menu but the old one with my original theme remains. Is there some code or something to change this? (Im new to websites and such)

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    Are you speaking of the pink menu currently on the site? You can remove that using this CSS code in the Customizer:

    /* Remove menu of BlogMagazine theme */
    div#blogmagazine-menu-wrap.blogmagazine-header-menu-wrapper.sticky {
      display: none;
    }

    Also note that your plan gives you access to both live chat and direct email support. You can reach those at any time by clicking the Help icon that appears bottom-right on all the My Sites pages, or else via the direct link at https://wordpress.com/help/contact

    For help with plugins, like Elementor, or themes not made by us, like BlogMagazine, it’s generally better to contact support for those plugins/themes directly.

  • The topic ‘How To Remove Menu/Search Bar (BlogMagazine Pro)’ is closed to new replies.