Home › Forums › WoodMart support forum › Header button dropdown menu › Reply To: Header button dropdown menu
Elise Noromit
Hello,
I check the landing page it does not have the drop-donw menu https://gyazo.com/f31423022fc7bd41aeb3eb454fb0fb33
You say:
Please don´t visit the landingpage.
All other pages has the menu.
I am a bit confused, what is your purpose?
Here is the header for the landing: https://gyazo.com/77f27aa155d27ad4e5cc16664d65a340 it does not have the menu element as the header for the shop page has: https://gyazo.com/cf0fa3814f142643b9f8968d04638d5c
If you want to add the menu to the landing page, add the menu item as on the shop page and choose the same.
If you want to customise the button on the shop page, please use this Custom CSS in the Theme settings > Custom CSS :
.wd-nav.wd-nav-secondary > li.pricelist-menu a span{
padding: 12px 20px;
font-size: 13px;
line-height: 18px;
border:2px solid #0f91e3;
cursor: pointer;
transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
border-radius: 40px;
}
Best Regards