How to register a second menu for Woocommerce pages

Posted in: Newspaper
Post count: 200

Hey Simion,

I added another category with child categories (dropdown) in the shop menu and it doesn’t have the styling (css provided above) assigned. What should I change in the code placed in the custom css field?

Thank you

Post count: 20688

Hi,

Sorry about that, the code I gave you works only for that particular menu item. Please remove it an enter this one, it will provide the styling for all then menu items
https://www.screencast.com/t/KZS51uK7zfok
https://www.screencast.com/t/rEsdfQSLgG

#menu-shop-menu-1 .menu-item li a {
padding: 7px 30px;
font-size: 14px;
line-height: 20px;
color: #111;
display: block;
position: relative;
text-transform: uppercase;
}
#menu-shop-menu-1 .menu-item li a:hover {
color: #ffac99!important;
}
#menu-shop-menu-1 .menu-item ul {
padding: 15px 0;
}

Thanks

Post count: 200

It works
Thanks

Viewing 3 posts - 26 through 28 (of 28 total)
The forum ‘Newspaper’ is closed to new topics and replies.