Change drop down menu color in Studio theme

Solved
MMRI21
New Member
6 0 0

Hello, I am trying to change the background color of my drop down menu to a solid and no matter what I have tried, nothing works. Ive spent hours, tried multiple codes I have looked up and I am not sure if I am just not putting them in the right place?  I do not have a theme. ccs under assets, can someone PLEASE help me.  =(Screen Shot 2022-11-28 at 1.43.11 PM.png

Accepted Solution (1)
GemPages
Shopify Partner
5587 1260 1166

This is an accepted solution.

Hello @MMRI21,

 

I'm so glad to support you today.

 

According to my understanding, you want to change the background color dropdown menu like this?

GemPages_0-1669687534267.png

 

If I'm correct, please check out my suggestion below to make it:

1. Go to Edit code on Online Store:

GemPages_1-1669687638722.png

 

2. Add my code to the end of the file Base.css:

.header .header__inline-menu .list-menu header-menu details .header__submenu{
	background: #c4a9b3;
    box-shadow: none !important;
}

 

GemPages_2-1669687736513.png

 

*Note: you can change the code #c4a9b3 to another color you want.

 

I hope you find the answer helpful. If you need further support, do not hesitate to reach out to us.

Kind & Best regards,
GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 6 (6)
kaalTechGeeks
Shopify Partner
296 56 74

Hi @MMRI21
can you please share your store URL so that I can share exact codes that would help you fix the above issue
Thanks 

KaalTechGeeks || Shopify Partner
- Was my reply helpful? Click Like to let me know! & if your question was answered, Mark it as an Accepted Solution!
- Feel free to reach out to me on my socials - Instagram | Skype | Mail
MMRI21
New Member
6 0 0

https://milestonememoriesri.com/

the password is MSM2021!

thank you so much!!!

GemPages
Shopify Partner
5587 1260 1166

This is an accepted solution.

Hello @MMRI21,

 

I'm so glad to support you today.

 

According to my understanding, you want to change the background color dropdown menu like this?

GemPages_0-1669687534267.png

 

If I'm correct, please check out my suggestion below to make it:

1. Go to Edit code on Online Store:

GemPages_1-1669687638722.png

 

2. Add my code to the end of the file Base.css:

.header .header__inline-menu .list-menu header-menu details .header__submenu{
	background: #c4a9b3;
    box-shadow: none !important;
}

 

GemPages_2-1669687736513.png

 

*Note: you can change the code #c4a9b3 to another color you want.

 

I hope you find the answer helpful. If you need further support, do not hesitate to reach out to us.

Kind & Best regards,
GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
MMRI21
New Member
6 0 0

omg it worked!  thank you so so so much!!!

GemPages
Shopify Partner
5587 1260 1166

Hi @MMRI21,

 

I am glad that my solution is helpful to you 😁. If you need further support, do not hesitate to reach out to us.

 

Kind & Best regards,
GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
PageFly-Victor
Shopify Partner
7865 1785 3020

Hi @MMRI21 ,

 

This is Victor from PageFly - Landing Page Builder App. I would love to give you some recommendations.

 

To change the background color of the drop-down menu to solid, from your Shopify Admin:

  • Go to Online Store > Themes > Edit code > Assets > base.css
  • Add the following code at the end of the base.css file
#HeaderMenu-MenuList-2{background:#c9b0b9 !important}

 

After you add the code, it should look like this:

PageFlyVictor_0-1669687151995.png

 

Hope you will find my answer helpful!

Regards,

Victor | PageFly

banned