Together Theme 3 bar menu icon

  • Hi, Is it possible to use a word menu (top bar) instead of the 3-bar menu icon?
    Thanking you in advance.

    The blog I need help with is bushnellprovidenceblog.wordpress.com

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

  • Hi there, add the following and you can adjust the size of the text in the first rule. The second rule font size controls the height of the white area.

    .fa-navicon::before, .fa-reorder::before, .fa-bars::before {
        content: "Menu";
        font-size: 85%;
    }
    .site-toggles .main-navigation-toggle, .site-toggles .widget-area-toggle {
        font-size: 1.5em;
    }
  • It is possible to take the menu from the call to action and have a full menu bar?

    Thank you so much for your help

  • Hi, due to the fact that the menu is done with Javascript, I have not been able to figure out a way to make the menu visible all the time using CSS alone. The Javascript for the menu actually changes the HTML of the page between menu open and menu closed. If you wish to have a menu that is open on larger monitors you will have to consider a different theme that has that feature.

  • The code you sent me makes it much easier to know it is a menu, so I thank you for that. So for now I’m going to stay with the theme.

    You have been a huge help

  • That’s great, and please let us know if you have additional questions.

  • The topic ‘Together Theme 3 bar menu icon’ is closed to new replies.