How can I alter the color of my drop down menu?

Solved

How can I alter the color of my drop down menu?

StellarFae
Excursionist
41 0 9

I'd like to know how to change the color of my drop down menu.

Screenshot 2023-09-07 11.54.41 AM.png

Accepted Solutions (2)

Natasha-Saed
Shopify Partner
466 51 87

This is an accepted solution.

1- Go to online store

2- Go to edit code

3- Open base.css file

4- Add the following code at the bottom

.header__inline-menu details[open] > .header__submenu {background-color: #dbc7fc !important;}

Save and that's it.

You can change the color code to the one you want.

If my solution helped you don't forget to accept it to help others.
===================================================================
And if you really like my support share a cup of coffee with me paypal.me/freemindsint

View solution in original post

Made4uo-Ribe
Shopify Partner
10202 2422 3067

This is an accepted solution.

Hi @StellarFae 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

#HeaderMenu-MenuList-6, #HeaderMenu-MenuList-3, #HeaderMenu-MenuList-2 {
    background: aqua !important;
}

 

  • And Save. 
  • You can change the color you like. 
  • Result:
  • Made4uoRibe_0-1694102566635.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 3 (3)

Natasha-Saed
Shopify Partner
466 51 87

This is an accepted solution.

1- Go to online store

2- Go to edit code

3- Open base.css file

4- Add the following code at the bottom

.header__inline-menu details[open] > .header__submenu {background-color: #dbc7fc !important;}

Save and that's it.

You can change the color code to the one you want.

If my solution helped you don't forget to accept it to help others.
===================================================================
And if you really like my support share a cup of coffee with me paypal.me/freemindsint
StellarFae
Excursionist
41 0 9

Thank you!  I truly appreciate you taking the time to help me! Have a wonderful day!

Made4uo-Ribe
Shopify Partner
10202 2422 3067

This is an accepted solution.

Hi @StellarFae 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

#HeaderMenu-MenuList-6, #HeaderMenu-MenuList-3, #HeaderMenu-MenuList-2 {
    background: aqua !important;
}

 

  • And Save. 
  • You can change the color you like. 
  • Result:
  • Made4uoRibe_0-1694102566635.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.