So I have someone go in and make my words bold in my menu on the drop down but I have decided to simply my menu I use to have alot of categories and the top ones were bold now I want to get rid of the bold could someone help please?
Go to your online store → edit code → component-mega-menu.css file and paste this code in the end of file
.mega-menu__link--level-2 {
font-weight: normal !important;
}