What's your biggest current challenge? Have your say in Community Polls along the right column.

Change color on navigation click

Solved

Change color on navigation click

Luxurymrkt
Navigator
649 2 128

 Hi 

 

when clicked navigation menu mobile it’s white background. I want to keep it the same black with white font

 

my site is https://luxurymrkt.com

 

thanks

B39B46A7-3F8F-4A45-9186-517D7111AB45.png
Thank You | mike
Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2350 688 810

This is an accepted solution.

- Please follow these steps:

step.png

- Then find the theme.css file.

- Then add the following code:

.mobile-nav__link {
 background-color: black !important;
}

- Then press 'Save' to save the code.

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

BSS-TekLabs
Shopify Partner
2350 688 810

This is an accepted solution.

- Please follow these steps:

step.png

- Then find the theme.css file.

- Then add the following code:

.mobile-nav__link {
 background-color: black !important;
}

- Then press 'Save' to save the code.

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Pat87
Visitor
2 0 1

I think I have the same problem on the desktop version. The selected menu item is not visible when selected. It shows as a white background.