I want to make the top of each category bold, please help. I’m using Refresh theme and the website is cutetrendsnow.com
Hello @Ricky5523
I would like to give you some recommendations to support you
-
Go to Online Store->Theme->Edit code
-
Open your theme.liquid theme file
-
Paste below code before :
Note: you should change the font that supports bold format, the font you are using does not support bold
Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.mega-menu__link--level-2:not(:only-child) {
font-weight: bold;
}

