How can I center and bold text in the 'Collezioni' section of a Dawn theme mega menu?

hi, i would like to know how to center and get bold the writings only in the “collezioni” section

thanks for the support and have a good day :slightly_smiling_face:

website URL: https://drip-graffiti.com/

Hi,

1- Open online store
2- Edit code
3- Open your base.css
4- Add the following code on the bottom

.mega-menu__list–condensed .mega-menu__link {
text-align: center;
font-weight: 800 !important;
}

5- Save

let me know if you need anything else.