[Theme: The Together Theme] Change Navigation Menu title
-
How do I change the navigation menu title from “Menu” to “Navigation”?
Many thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to change Menu to Navigation.
.main-navigation-title { visibility: hidden; } .main-navigation-title:before { content: "Navigation"; visibility: visible; }
- The topic ‘[Theme: The Together Theme] Change Navigation Menu title’ is closed to new replies.