I want to change my main menu background color to color 04AFA2 in Simple theme, how can i do?
please can you share your store url
hello, the store url: www-haljia-com.myshopify.com
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!
Thank you, very useful.