How to change color of dropdown menu text

Solved

How to change color of dropdown menu text

Kakar
Excursionist
28 2 3

Someone please help me in how to change the text color of dropdown menu.
While the header is in black but i want dropdown menu in white.
Please check it i will share the url here.
https://artisstik.com/

Accepted Solution (1)

Guleria
Shopify Partner
4112 804 1155

This is an accepted solution.

Hello @Kakar ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code below:

.mega-menu__list ul li a {
    color: #fff !important;
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 4 (4)

Guleria
Shopify Partner
4112 804 1155

This is an accepted solution.

Hello @Kakar ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code below:

.mega-menu__list ul li a {
    color: #fff !important;
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Kakar
Excursionist
28 2 3

Thank you very much for your reply.
İts works

PageFly-Henry
Shopify Partner
1184 335 299

Hi @Kakar 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.header-wrapper * {

    color: white !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Made4uo-Ribe
Shopify Partner
10133 2404 3038

Hi @Kakar ,

I just like to clarify, you like the header of the drop down menu white?  Or all in the drop down menu text you like to white? If it is try this. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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:
  4. And Save.
.mega-menu__content ul.mega-menu__list.page-width * {
    color: white;
}

Result:

Ribe_Dagandara_0-1690714586879.png

For the header only in drop down white. Try this one. 

ul.mega-menu__list.page-width li {
    color: white;
}

Result:

Ribe_Dagandara_1-1690714879409.png

I hope it help.

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.