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

How can I change the text color on a megamenu without affecting other aspects?

Solved

How can I change the text color on a megamenu without affecting other aspects?

Kreeveyates
Shopify Partner
17 0 3

Hi, im trying to change the colour of the text within the megamenu. I have tried changing the colour through the CSS but it is changing other aspects on the header which do not need to be altered.

Pic for reference.

Kreeveyates_0-1689931648171.png

 

Site link: Ashbrook Roofing Supplies LTD (ashbrook-test-site.myshopify.com)

password: yeothu

Thanks

 

Accepted Solutions (2)

ZestardTech
Shopify Partner
6161 1100 1479

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:

a.navmenu-link.navmenu-link-depth-1 {
    color: #fff;
}
summary.navmenu-link.navmenu-link-depth-1.navmenu-link-parent {
    color: #fff;
}

ZestardTech_0-1689933065639.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

oscprofessional
Shopify Partner
16407 2444 3196

This is an accepted solution.

@Kreeveyates 
Hello,
Add This CSS Go To Online Store > Select Theme > edit code > Assets > theme.css

.navmenu.navmenu-depth-1 li .navmenu-link-depth-1 {
	color: #fff !important;
}

Like This

oscprofessional_0-1689933098110.png

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Replies 2 (2)

ZestardTech
Shopify Partner
6161 1100 1479

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:

a.navmenu-link.navmenu-link-depth-1 {
    color: #fff;
}
summary.navmenu-link.navmenu-link-depth-1.navmenu-link-parent {
    color: #fff;
}

ZestardTech_0-1689933065639.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

oscprofessional
Shopify Partner
16407 2444 3196

This is an accepted solution.

@Kreeveyates 
Hello,
Add This CSS Go To Online Store > Select Theme > edit code > Assets > theme.css

.navmenu.navmenu-depth-1 li .navmenu-link-depth-1 {
	color: #fff !important;
}

Like This

oscprofessional_0-1689933098110.png

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...