Secondary menu
-
Hi Armin,
In addition to my primary menu I want to add an additional fixed menu at the bottom edge of the site/browser and use it for external links.
Instead of using custom HTML/CSS it would be great to be able to add a secondary wordpress menu with the same formatting and positioning options we have for the primary menus.
Or is this already possible and I overlooked it somehow?
cheers,
T -
Hey TKN! Indeed, that would be a useful feature and I'm gonna add that feature one day. Can't tell u exactly when though.
-
Good to hear man!
Will use my custom html menu for now.
Keep up the great work you are doing with Lay Theme. It’s such a great tool! After trying a lot of hosted portfolio services and themes this is finally the one I feel good using for my site. :)
Will post more feedback while building the thing.
cheers
-
Good to hear man!
Will use my custom html menu for now.
Keep up the great work you are doing with Lay Theme. It’s such a great tool! After trying a lot of hosted portfolio services and themes this is finally the one I feel good using for my site. :)
Will post more feedback while building the thing.
cheers
-
Hi Albrecht!
Try this in your custom CSS code:
.primary { display: none; } .type-project .primary { display: block; }Also try to play around with that. It opens may options for more adjustments.
Best!
Marius
-
Hi Albrecht!
Try this in your custom CSS code:
.primary { display: none; } .type-project .primary { display: block; }Also try to play around with that. It opens may options for more adjustments.
Best!
Marius
hey @mariusjopen, Thx. Works well for mobile. But not for desktop. Any idea why? CSS for mobile and desktop is completely the same.
-
Hi Albrecht,
ah great! Yes. Otherwise it gets overwritten.
Happy it works now!
Best!
Marius