How can I remove submenu from blogspot

2 replies
  • WEB DESIGN
  • |
Hello great warriors,

Please i just created a blog on Google platform(blogspot) and installed a theme I got from the net(SEVIM). But, the problem is that I don't want all the Sub-menu that come with it for now.

I wanted sub-menu only under "download" section. So, I am wondering if anybody can show me how to remove this unwanted element???

Thanks great for your assistance
#blogger #blogspot #customized blogger #remove #submenu
  • Profile picture of the author Nabaleka
    You will have to edit code to remove the sub-menu, You can visit your blogger dashboard under Template, you will see customize and Edit Html... click on the edit html

    This is the easiest way depending on any theme you are using.

    Open the blog site on another tab and note the names of the submenus.

    now go back to the edit Html tab

    click anywhere in the code and Hit Ctrl + F on your keyboard to find the name of the submenus you want to remove

    Click on the box that appears on the right of the code you see then type in the name of the submenu and click enter.

    it will highlight something like this: <li><a href='#'>Sub Menu</a></li> NOTE: I have replaced Sub Menu with your real sub menu.

    Then delete the entire line from <li> to </li> and save then check your site

    If successful repeat the process for other menu items

    hope it helps
    {{ DiscussionBoard.errors[10210629].message }}
    • Profile picture of the author goldennic
      Originally Posted by Nabaleka View Post

      You will have to edit code to remove the sub-menu, You can visit your blogger dashboard under Template, you will see customize and Edit Html... click on the edit html

      This is the easiest way depending on any theme you are using.

      Open the blog site on another tab and note the names of the submenus.

      now go back to the edit Html tab

      click anywhere in the code and Hit Ctrl + F on your keyboard to find the name of the submenus you want to remove

      Click on the box that appears on the right of the code you see then type in the name of the submenu and click enter.

      it will highlight something like this: <li><a href='#'>Sub Menu</a></li> NOTE: I have replaced Sub Menu with your real sub menu.

      Then delete the entire line from <li> to </li> and save then check your site

      If successful repeat the process for other menu items

      hope it helps
      Thanks so much dear for the guide it really helped me and the issue has been resolved. meanwhile, there is still one problem that am yet to solved. One of the widget was sitting on top of my blog(header) and i want to move it down to the side bar section, but I could not find the code in the HTML. My blog was created with Google blogger and the widget I am talking about was displaying "powered by blogger". They were more than one before and i succeed in removing one. But this last one would not allow me to move it(I don;t want to delete). See image below Thanks
      {{ DiscussionBoard.errors[10211533].message }}

Trending Topics