Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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:
Like it is on the home page:
I would hugely appreciate the help!
Solved! Go to the solution
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
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