Icon Menu in Top Navbar

This is a very basic question that I’ve forgotten the answer to: How do I edit the icon menu portion of the top navbar? Where is it controlled?

This is what I’m talking about:

Hello David,

The last part is search. It’s settings is in Theme Options > Header: Navbar Search:

For the buddypress menu is added automatically when buddypress is installed. When you say edit, can you be more specific on the things you want to achieve? Thanks.

Search is actually the only thing I want to keep. I would like to delete the buddy press elements because I’m not permitting user registration for now, and I don’t plan to build out forums.

Hello David,

Thanks for updating the thread. :slight_smile:

Please add following CSS under Pro > Theme Options > CSS:

.x-menu-item-buddypress {
    display: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.