Why is one menu color different on my webpage?

Hello,

For some reason one of my menu’s (CONTACT) is being highlighted with a different color and I don’t know why.

Could anyone help me get rid of the background highlight and make it same as other menu’s?

Thank you!

Hi @l1kim

Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.

Best regards

Sahil

https://putonlovemarket.com

Here you go!

Hi @l1kim

You can follow the following steps:

  1. Please remove the width from the html.
  2. Please go to the Online Store.
  3. Then Edit Code.
  4. Please find the theme.liquid file.
  5. Please add code before closing the tag tag.

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi

Hello @l1kim

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.list-menu li:nth-child(6) { background-color: unset !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

1 Like

Hm… Not working still

@l1kim

Please find this css in css file. and remove this code.

Thanks

Thank you!!

welcome @l1kim :grin: