Adding more menus on homepage beyond theme

Hi there,

Does anyone know if I can add more headings that stretch across my homepage header in beyond theme?

This is what is currently looks like however I would like to add more menus? I would also like it to sit underneath the

Hi @HIEa ,

You can adjust in the customize.

  1. Go to Go to Store Online-> theme → customize

EBOOST_1-1716171581430.png

  1. Change Position option to Above menu

Thank you that does help. Can I move the icons eg cart, search etc to be in line with the menu?

May I suggest to update code these steps:

  1. Go to Store Online-> theme → customize

  2. Update position to “center”

  1. Go to Store Online-> theme → edit code

  1. Assets/theme–critical.css

  2. Add code below to end of file

@media(min-width: 768px){
  .header--top-row {
    flex-flow: wrap;
  }
  .header--top-row .header--menu-icon{
    display: none!important;
  }
  .header--top-row .x-menu--level-1--container{
    display: block;
  }
  .header--top-row .header--middle-column {
    max-width: none;
    order: 1;
    width: 100%;
    margin-bottom: 1rem;
  }
  .header--top-row  .header--right-column,
  .header--top-row  .header--left-column {
    flex: auto;
    order: 2;
  }
}

Thank you, this was most helpful. Do you know if I can add more headings in this theme?

Hi,

Do you mean you would like to add more menu item?

Yes

Hi,

You can follow step by steps below:

  1. go to Online-> Theme → check Menu that used

  1. Go to Online → Navigation → Select menu that has been check at step 1.

  1. Add Menu item

Adding more drop downs isn’t the problem, its the main menus that customers can see along the top as I think Beyond only allow 4 if you have too many drop downs?

Hi,

I saw on my store.

I need help with my shop, I want to rearrange this
Top menu.PNG

Hi,

Could you share your store URL and protect password? I will help to check then suggest a solution for you.

Hi! Hope you can help me with two issues.

  1. How can I arrange or customize the drop down menu in order to emphasize the categories and differentiate them from the subcategories?

  1. How can I customize this? Also I want to hide the “browse collections” button.

Than you!