How can I remove bold text from my navbar on the homepage?

Screenshot 2023-06-05 115723.png

I want to remove this bold text from home and track your order. This happens only when I am on the homepage. I want it to look exactly like how the catalog and contact text looks like. When Hovered over the Catalog gets highlighted. I am Attaching a video as well that should explain what I am facing. I am using the origin theme version 9

1 Like

Hey @itzdc
Kindly share your Store URL and Password if enabled

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Store url: https://7d4b30.myshopify.com/

pass: doltaw

The Store url is : https://7d4b30.myshopify.com/

password is : doltaw

so can you help???

So can you help me out???

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the TOP of the file:
.header__menu-item:hover {
color: #10151cbf!important;
}
.header__menu-item span {
color: #10151cbf!important;
}

1 Like

Thanks Worked for me

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

2 Likes