How can I customize the bold subheader in Symmetry Theme?

Hi Everyone,

Can anyone help with customising this option please?

I am looking to make the sub header in the red box only bold for the menu on all the tabs (Please see attached)

Thank you!

@The_E_G - please add this css to the end of your styles.css file and check

#navigation__tier-2 .navigation__column-title{font-weight: bold !important;}

1 Like

Hi @The_E_G ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/styles.css->paste below code at the bottom of the file:

.navigation .navigation__tier-2 > .navigation__item > .navigation__link {
    font-weight: bold !important;
}

I hope it would help you
Best regards,

Kate | PageFly

1 Like