Home › Forums › Pro Themes › Signify Pro › Menu and header issues
- This topic has 19 replies, 5 voices, and was last updated 1 year, 8 months ago by Psink.
-
AuthorPosts
-
February 9, 2023 at 1:51 am #188356rminehParticipant
Hi,
I have two issues.1. I cannot figure out how to change my main menu from a square dropdown to the words lined up across the top of the header. I can’t find anywhere that has options to change this.
2. There are words in my headers in almost all pages. I did not add these and can’t find where to delete them. There is nothing in the Header Media section, it is all blank so there should be no words in my headers. See attached pics.
Any help gratefully appreciated.
February 9, 2023 at 1:52 am #188357rminehParticipantI cannot add screenshots for some reason. The site is http://www.farmhouseonnubbacom.au
February 9, 2023 at 3:41 am #188358PsinkKeymasterRegarding Issue one – maybe the modern menu is selected in the Menu Type
check this screen record
https://www.awesomescreenshot.com/video/14668333?key=9cbbfe77edf4f2f2f6775aaecde95c8dAnd Regarding query two – I can’t see any attached pics, could you please try a different approach for sharing pics? also, the site URL is not working –
February 9, 2023 at 5:09 am #188362rminehParticipantSorry it should be https://farmhouseonnubba.com.au/shop/
- This reply was modified 1 year, 9 months ago by rmineh.
February 9, 2023 at 5:25 am #188366rminehParticipantI am using signify ecommerce, not pro and can’t find the menu selection in the screen recording.
February 9, 2023 at 1:03 pm #188375alvaruus2ParticipantHi!
Please see this picture on this link:
https://www.dropbox.com/s/ficiiic4whamuv1/unnamed.jpg?dl=01. Can I change the top bar text to something else?
2. How can I change the menu name to something else on mobile version? It is ok on the web version but on the mobile version it is still called “menu”.February 9, 2023 at 11:07 pm #188383PsinkKeymasterSeems you have managed to change the menu and the text on the header.
Regarding changing, the text on the top bar and the menu.
Add this CSS in the Additional CSS
span.header-top-label.menu-label {
visibility: collapse;
}span.header-top-label.menu-label:before {
content: “TOP”;
visibility: visible;
}#primary-menu-wrapper .menu-label {
visibility: collapse;
}#primary-menu-wrapper .menu-label:before {
content: “MAIN MENU”;
visibility: visible;
}you can change the word in the content as per your requirement as you can see in the screen record
https://www.awesomescreenshot.com/video/14695575?key=ccdc41d21674aa4b62e179add92c573bFebruary 10, 2023 at 12:41 am #188388alvaruus2ParticipantThanks, this was helpful, how can i put both of these elements now into center of the the page horizontally?
February 10, 2023 at 2:45 am #188389PsinkKeymasterI did not understand the query would you please explain in more detail?
February 10, 2023 at 2:53 am #188390alvaruus2ParticipantPlease see this example picture. How can we move the top bar and menu to the center of the page?
https://www.dropbox.com/s/b8j9zxduo8v91ng/sample.jpg?dl=0February 12, 2023 at 11:09 pm #188430PsinkKeymasterAdd this CSS in Additional CSS
#header-top #menu-toggle-top {
margin-left: 45px;
}#primary-menu-wrapper #menu-toggle {
margin-left: 15px;
}You change the number as per your requirement
February 13, 2023 at 3:03 pm #188448MittsParticipantI too am having issues. I went from Signify to Signify Pro after being frustrated with the lac k if flexibility. Now I have a Top header menu and one in the middle of the page that I can’t seem to remove. I am a novice with Bluehost and WordPress.
February 13, 2023 at 10:56 pm #188454February 14, 2023 at 6:15 pm #188468MittsParticipantI would rather not post the site for all the world to see. It is not published.
February 14, 2023 at 10:40 pm #188473PsinkKeymaster@RGMITTS, is the menu that is marked with the red circle in the screenshot?
https://www.awesomescreenshot.com/image/37111090?key=a2d963762244cfb1b792067c4bd25bbaif that is the case, please follow the screen record
https://www.awesomescreenshot.com/video/14820591?key=d491a09e14c9e873e8b6c43acfd6efb6 -
AuthorPosts
- You must be logged in to reply to this topic.