Solved

How to change main menu background color in Simple Theme?

Saya1
Excursionist
45 0 16

I want to change my main menu background color to color 04AFA2 in Simple theme, how can i do?

Accepted Solution (1)
LitExtension
Shopify Partner
4860 1001 1135

This is an accepted solution.

Hi @Saya1,

You want to change this: https://i.imgur.com/xPpd9Bm.png

Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

[data-section-id="sidebar"] nav{
	background: #04AFA2;
}

Hope it helps!

 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Replies 4 (4)

hawkscode
Shopify Partner
177 14 14

@Saya1 

 

please can you share your store url 

banned
Saya1
Excursionist
45 0 16

hello,   the store url: www-haljia-com.myshopify.com

LitExtension
Shopify Partner
4860 1001 1135

This is an accepted solution.

Hi @Saya1,

You want to change this: https://i.imgur.com/xPpd9Bm.png

Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

[data-section-id="sidebar"] nav{
	background: #04AFA2;
}

Hope it helps!

 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Saya1
Excursionist
45 0 16

Thank you, very useful.