Trouble adjusting nav menu links w/o affecting button

Continuing the discussion from Move nav menu to the right, full width header and sticky header:

Tried this but it overrides the “list a property” button

Yes, unfortunately there’s no easy way to move it without using the child theme and overriding template parts. As a workaround, you can consider adding another menu item for the List a Property button (“/submit-listing” URL).

I do have a child theme, where in the files would I override this particular template?

Hi,

You need to override template parts in header.php file, please also check this doc How to override template parts - HivePress Help Center

Hi Andrii, thank you - would adding another menu item for the button mean there’s technically two and the original just won’t show due to the nav menu customization overriding the original template with the button?

Hi,

If you add another menu item, you need to hide the previous button and style the new menu item as a button if needed. But, if you overwrite header.php through a child theme, you can transfer everything there, but it depends on your coding skills, etc.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.