• My site is https://www.strangedanish.com

    Hello, and good day to you!
    I am trying to figure out a good way to move my site logo/link to the main navigation menu. I want it to be next to the home button. Basically i want to remove the “section.g-top-bar” but i want to re locate the secondary menu and site logo to the main navigation menu.

    For example:
    (Site.logo.link|Secondary menu|home|videos|team|news|shop cart link)

    Is there a way to do this with css?

    or

    Is there a php snippet that i can use to do this!

    Thank you so much for all the support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Stuart Duff – a11n

    (@stuartduff)

    Automattic Happiness Engineer

    Hi Stillmo,

    To accomplish this you would need to restructure the header elements of the theme using the theme hooks.

    If you open the themes header.php file you will see the the positions that the elements are added and you can reorder these by using remove_action() and add_action() functions and changing the priority number you of the action.

    https://developer.www.ads-software.com/reference/functions/remove_action/

    https://developer.www.ads-software.com/reference/functions/add_action/

    Once you have the elements in the correct order you could then restyle these with CSS if need be.

    Thread Starter stillmo

    (@stillmo)

    Having a hard time using the remove action on my secondary navigation.

    If anyone could give me a sample of how i can use remove_action with the hook storefront_secondary_navigation – 30 that would be awesome

    I am really new to using websites and php looks like hieroglyphics at this point.

    I am starting to understand it a little bit and i was able to change around my single product page but that was mostly copy pasting and modification of the code i found from a visual hook guide.

    I will keep on trying

    Thanks for pointing me in the right direction Stuart Duff

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move site logo and secondary menu to menu navigation’ is closed to new replies.