One of my header menu options is in another color, but it shouldn't b

Solved

One of my header menu options is in another color, but it shouldn't b

Gustavo1105
Excursionist
18 0 5
Yesterday when I stopped adjusting some things in my store, all the menu items were black, and when hovered, they stayed in the color I want, "#bf024b" but today the second category stays in that color all the time, and I don't know why
Accepted Solution (1)

PageFly-Theodor
Shopify Partner
691 86 100

This is an accepted solution.

Hi @Gustavo1105,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the one of header menu options is in another color, let’s try this solution:
Online Store ->Theme ->Edit code
Assets ->Base.css

 

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


I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 9 (9)

PageFly-Theodor
Shopify Partner
691 86 100

This is an accepted solution.

Hi @Gustavo1105,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the one of header menu options is in another color, let’s try this solution:
Online Store ->Theme ->Edit code
Assets ->Base.css

 

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


I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Gustavo1105
Excursionist
18 0 5

Could you help me get rid of the underlines on the header menu? i tried multiple solutions but none of those worked

Gustavo1105_0-1696307137910.png

 

PageFly-Theodor
Shopify Partner
691 86 100
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the underline in menu, let’s try this solution:
Online Store ->Theme ->Edit code
Assets ->Base.css
 

 

details[open] > .header__menu-item{
	text-decoration: none;
}
a {
	text-decoration: none !important;
}

 

 
I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Gustavo1105
Excursionist
18 0 5

Thank you so much 😄

 

PageFly-Theodor
Shopify Partner
691 86 100

Hi @Gustavo1105,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the highlighted on #bf024b, let’s try this solution:
Online Store ->Theme ->Edit code
Assets ->Base.css

 

a:hover .price-item--sale,
a:hover .price-item--regular {
    color: #bf024b;
}

 


I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Dan-From-Ryviu
Shopify Partner
9183 1838 1872

Hi @Gustavo1105 

Please add link for that parent menu to solve the issue. 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Gustavo1105
Excursionist
18 0 5

How do i do that?

Dan-From-Ryviu
Shopify Partner
9183 1838 1872

Go to you Online store > Navigation > Main menu, click Edit next to that menu item and add the link  

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Gustavo1105
Excursionist
18 0 5

Gustavo1105_1-1696307282602.png

what i do from here?