How can I make category headers bold in Refresh theme?

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

  1. Go to Online Store->Theme->Edit code

  2. Open your theme.liquid theme file

  3. 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

@Ricky5523

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.mega-menu__link--level-2:not(:only-child) {
    font-weight: bold;
}