Add a color to one link in the navigation

Hi,

So I am trying to add a color to one of the links in my main menu. It does not work, tried css, edit code, everything. If you could check my website, the link “Customize” I want to be blue but the others to stay the same. I am using the theme “Refresh” if that can help.

Here is my website: www.cardtag.net

Thanks in advance!

Hi @cardtag ,

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

li:first-child > a.header__menu-item.list-menu__item.link.link--text.focus-inset {
    color: blue;
}

Hope my answer will help you.

Hello @cardtag ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team