How can I change the navigation menu text color in Impact theme?

Solved

How can I change the navigation menu text color in Impact theme?

Blanka1
Visitor
3 0 0

Hi community,

Can someone guide me to change the navigation menu text color on the header. And more can underline menu item. I am using Impact theme. I really appreciate any help

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @Blanka1 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
.header__link-list {
    color: orange;
    text-decoration: underline;
}
</style>

Note: You can change color value to fit your store

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @Blanka1 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
.header__link-list {
    color: orange;
    text-decoration: underline;
}
</style>

Note: You can change color value to fit your store

Hope my answer will help you.

Best regards,

Victor | PageFly

GearUpNZ
Visitor
1 0 0

Any idea how to do this for just one menu item in Impact? E.g. Sale

ADW1
Visitor
1 0 0

Same question, how would you do this for a single menu word in the Impact theme.