Home Forums Pro Themes Signify Pro Menu and header issues

  • This topic has 19 replies, 5 voices, and was last updated 1 year ago by Psink.
Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #188356
    rmineh
    Participant

    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.

    #188357
    rmineh
    Participant

    I cannot add screenshots for some reason. The site is http://www.farmhouseonnubbacom.au

    #188358
    Psink
    Keymaster

    Regarding Issue one – maybe the modern menu is selected in the Menu Type
    check this screen record
    https://www.awesomescreenshot.com/video/14668333?key=9cbbfe77edf4f2f2f6775aaecde95c8d

    And 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 –

    #188362
    rmineh
    Participant

    Sorry it should be https://farmhouseonnubba.com.au/shop/

    • This reply was modified 1 year, 1 month ago by rmineh.
    #188366
    rmineh
    Participant

    I am using signify ecommerce, not pro and can’t find the menu selection in the screen recording.

    #188375
    alvaruus2
    Participant

    Hi!

    Please see this picture on this link:
    https://www.dropbox.com/s/ficiiic4whamuv1/unnamed.jpg?dl=0

    1. 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”.

    #188383
    Psink
    Keymaster

    Seems 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=ccdc41d21674aa4b62e179add92c573b

    #188388
    alvaruus2
    Participant

    Thanks, this was helpful, how can i put both of these elements now into center of the the page horizontally?

    #188389
    Psink
    Keymaster

    I did not understand the query would you please explain in more detail?

    #188390
    alvaruus2
    Participant

    Please 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=0

    #188430
    Psink
    Keymaster

    Add 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

    #188448
    Mitts
    Participant

    I 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.

    #188454
    Psink
    Keymaster

    @RGMITTS, Could you please share your site URL?

    #188468
    Mitts
    Participant

    I would rather not post the site for all the world to see. It is not published.

    #188473
    Psink
    Keymaster

    @RGMITTS, is the menu that is marked with the red circle in the screenshot?
    https://www.awesomescreenshot.com/image/37111090?key=a2d963762244cfb1b792067c4bd25bba

    if that is the case, please follow the screen record
    https://www.awesomescreenshot.com/video/14820591?key=d491a09e14c9e873e8b6c43acfd6efb6

Viewing 15 posts - 1 through 15 (of 19 total)
  • You must be logged in to reply to this topic.