How to highlight only certain sub-menu items

Hi there ,

How to change style as bold in only the View All sub-menu option in the menu section without altering the other sub-menu categories style.

Site url :: https://6v2hzrj6oxibj021-71493648693.shopifypreview.com

Hi @Anonymous

You can do that by adding this code

.header__mega_sub_menu .header__mega_menu_li:last-child  { font-weight: 700 !important; color: #000 !important; }

Hi,

I tried adding the code in base.css / theme.liquid it is not working.

My mistake, please update code like this

.header__mega_sub_menu .header__mega_menu_li:last-child a { font-weight: 700 !important; color: #000 !important; }

Still not working


please try this