Change submenu text color on all pages DAWN theme

Solved

Change submenu text color on all pages DAWN theme

CarCleanCC
Explorer
57 0 8

Hello!

 

I am using the dawn theme and my URL is carcleansweden.se.

 

I would like to make every dropdown text black on all pages:

CarCleanCC_0-1734476817281.png

Like it is on the home page:

CarCleanCC_1-1734476836588.png

I would hugely appreciate the help!

Accepted Solution (1)

Guleria
Shopify Partner
4185 812 1168

This is an accepted solution.

Hello @CarCleanCC ,

 

Follow these steps:

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

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

 

li header-menu ul li a {
    color: #000 !important;
}

 

Problem solved don't forget to Like it and Mark it as Solution!
If you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Regards
Guleria

- 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

Reply 1 (1)

Guleria
Shopify Partner
4185 812 1168

This is an accepted solution.

Hello @CarCleanCC ,

 

Follow these steps:

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

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

 

li header-menu ul li a {
    color: #000 !important;
}

 

Problem solved don't forget to Like it and Mark it as Solution!
If you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Regards
Guleria

- 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