Top menu question - Acme Themes
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5145
    wumfi
    Member

    Hi there,

    Is there a way of removing the top menu? The one that appears just below the date.

    I have all my pages listed in the sidebar, so I don’t want that repeated at the top as well.

    Thank you!

    #5149
    acmethemes
    Keymaster

    Hello,
    There is no any option for removing the menu. You can use CSS for hide that section. https://doc.acmethemes.com/acmeblog/#WhereandhowtoaddcustomCSS

    Best Regards
    Acme Supports

    #5148
    wumfi
    Member

    Thank you.

    I appreciate that this is a free theme and I’m asking a lot, but do you have any pointers on what elements of the CSS I would need to alter?

    #5147
    acmethemes
    Keymaster

    Please use the below CSS

    #site-navigation {
        display: none;
    }

    Let us know if worked.

    #5146
    wumfi
    Member

    Wonderful, thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Top menu question’ is closed to new replies.