CSS styling for Menu Widget
Hi Team,
I need help in CSS styling in Menu widget - In my requirement I have list of menu items should be listed from dynamic service, in that "title" should be like below (Font-weight : Semi-Bold; upto dot and Font-weight : normal; after dot)
- Menu1.Sample Page
- Menu2.Sample Page
- Menu3.Sample Page
I tried with below CSS it helped with me updating all text as semi bold.
.menuList .widget-menu .menu-item-name span {
font-weight: 600 !important;
}
TWX : 9.6.2
Thanks & Regards,
Arun C

