• Resolved timmeah

    (@timmeah)


    I cannot find how to delete the 2 widgets (are they called widgets?) in the upperleft corner of my just created website.

    The little folder-icon and the little icon with the 3 lines.

    I tried removing all the widgets, but the 2 icons still remain there. If I click the folder-icon, I get a category, a meta-section and a search section, which are useless to me.

    My website can be found at https://www.lataster.nl/website

    If I could get this removed, I would be helped enormously. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should be able to use at least one of them. Check the demo site of the editor theme at WordPress.com. The hamburger button (the icon on the left with 3 horizontal lines) opens and closes the menu on mobile devices. This doesn’t function on your website for some reason (maybe you deactivated it).

    Anyway, to remove the folder icon, try:

    .site-header li i.fa-folder {
    display: none;
    }

    To remove them both, try:

    .site-header ul.toggle-bar {
    display: none;
    }

    Thread Starter timmeah

    (@timmeah)

    Great, thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove the two icons in the upperleft’ is closed to new replies.