• Hi im just wondering if there is anyway to add a “My Account” button besides the wishlist and cart buttons on the primary Menu Bar? I have tried adding a normal menu item and floating it right but it sends the layout crazy.

    Cheers

    • This topic was modified 6 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not a Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Yeah, the nav menu is a different element than the wishlist and cart elements. How did those elements get there to start with? The container for those items has the class “saga-nav” if that helps any. Whatever that module is, it may have ways to add other buttons. It’d be worth asking in its dedicated support channel for suggestions if you cannot find anything on your own.

    The alternative is to add your button directly to your theme’s header.php file or whatever template file is responsible for for the nav bar. You should create a child theme in which to keep your altered template so it is protected from theme updates. You will likely need some custom CSS as well in order to get the account button properly placed and styled. This can go into your child theme’s own style.css file.

Viewing 1 replies (of 1 total)

The topic ‘Header Navigation Menu’ is closed to new replies.