How can I fix the faded "shop" in my navigation and fix the underlining to be consistent?

Solved

How can I fix the faded "shop" in my navigation and fix the underlining to be consistent?

lanamy
Tourist
16 0 2
Accepted Solution (1)
B2Bridge
Excursionist
311 64 79

This is an accepted solution.

Hi @lanamy, you can follow these steps:

Step 1: Open Online Store -> Themes -> Edit code

Step 2: Find base.css file

Step 3: Paste this code at the bottom of the file

.header__menu-item {
  color: #121212 !important;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0 !important;
}

If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

View solution in original post

Replies 7 (7)

B2Bridge
Excursionist
311 64 79

Hi @lanamy, can you share us your store url?

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

B2Bridge
Excursionist
311 64 79

This is an accepted solution.

Hi @lanamy, you can follow these steps:

Step 1: Open Online Store -> Themes -> Edit code

Step 2: Find base.css file

Step 3: Paste this code at the bottom of the file

.header__menu-item {
  color: #121212 !important;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0 !important;
}

If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

lanamy
Tourist
16 0 2

Thank you so much! This worked!

 

B2Bridge
Excursionist
311 64 79

You are welcome 😁

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

lanamy
Tourist
16 0 2

Are you able to see my mobile version, the word "shop" has a darker background than the rest, do you have idea on how to fix this?

 

lanamy
Tourist
16 0 2

Screenshot 2025-02-18 at 11.55.25 AM.png