Hi, I am using the Warehouse theme from Maestro.
I am trying to figure out how to make the menu items to be bold?
Thank you.
Hi, I am using the Warehouse theme from Maestro.
I am trying to figure out how to make the menu items to be bold?
Thank you.
Please share your store URL.
hello @MrJD
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.mega-menu__inner .mega-menu__column > a {
font-weight: bold !important;
}
Thank you, this worked seamlessly
Hi, I’m using Dawn theme and I want to do the same. But I cannot find theme.css file in assets. Can you please help? Thank You!