How can I rename the menu name "Startseite" from my start page
-
Hello,
My initial page is called “Welcome”. But in my menu it is allways “Startseite” (Engl.: Start page). All other pages have the correct name in the menu but My “Welcome” Page is allways “Startseite”. How can I change this menu name?
Thanks in Advance!
FredrikThe blog I need help with is: (visible only to logged in users)
-
Hi!
It looks like you’ve created a custom menu here:
https://tanjastrietz.wordpress.com/wp-admin/nav-menus.php
However, you haven’t activated that menu on your site. Can you do that here?
https://tanjastrietz.wordpress.com/wp-admin/nav-menus.php?action=locations
Just select the Menu 1 from the drop-down. After that, your menu should be a reflection of the items in Menu 1. So, if you want to change the title of the “Start” page, you can do so by editing the menu item.
Can you give that a try?
-
Hi!
Thanks for your help, your right – I didn’t use the custom menu.
If I use it, the menu has the default width. I expanded the width of my entire page using css:
#wrap, #header, #navbar, #content, #contentwide, #footertopbg, #footerbg {
width: 1025px;
}.headerleft {
width: 1025px;
}but the menu has not changed, so it’s “to small!.
Do you know the css code to change the width of the custom menu?? Then I can use it!
Thanks in advance!
regards
Fredrik -
Hi Fredrik,
After setting up the menu, can you add this bit of CSS: .navbar? You can add it like this:
.headerleft, .navbar { width: 1025px; } -
-
- The topic ‘How can I rename the menu name "Startseite" from my start page’ is closed to new replies.