I’m using the Horizon theme and the menu items that do not have children are using the same font size as the children rather than the font size for the parent. I want all top-level menu items to be the same (larger) size whether they have submenus or not. Can someone help me with some code please? Thanks!
you got a screen shot, site url?
Hi @craneandcrowgallery
Can you share your store url so that I can check it?
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Best regards,
Devcoder ![]()
URL is craneandcrowgallery.com. Here is screenshot of how my menu is constructed. You can see I used a workaround by creating a submenu item for each item that was not showing up correctly using a “-” for a label and a # for the link.
PS. Only a problem on the desktop. The mobile version works as it should.
@craneandcrowgallery the parent menu item has the separate class mega-menu__link–parent which sets different css for parent item, or else all the items share same css. You can set some class like noparent for non parent items and set css for them. It will need a small code editing but can solve issue as css will be separated.
Thank you! Your response, coupled with Sunscript’s, helped me fix the problem.


