This topic has 2 replies, 2 voices, and was last updated 4 years, 3 months ago ago by John Holden
Hi,
in the menu, the second button (Ingrijire Ten) displays a submeniu.
I want to make the submeniu titles (the firest text in the column) a bigger font-weight
can you please advice?
Thank you
Hi,
Use below code
@media only screen and (min-width: 993px){
.item-design-mega-menu .nav-sublist-dropdown .item-level-1 > a {
font-weight: 700;
}
}
Regards,
Hung PD
You must be logged in to reply to this topic.Log in/Sign up