1 word in the header is bolded. How to unbold it?

Hello,

One word for some reason is bolded in my header menu. How do I unbold it?

Hi @viliuskairys ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

http://www.cleanlaces.eu

Hello @viliuskairys

It’s GemPages support team and glad to support you today.

I checked, the font-weight of the menu is the same, only the color is different

@GemPages

How do I make even the color to all text?

Hi @viliuskairys ,

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->/component-list-menu.css->paste below code at the bottom of the file:

.header__active-menu-item {
    color: currentcolor !important;
}

I hope it would help you
Best regards,

Kate | PageFly

Wonderful! Thanks!