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
13 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
5718 1049 1380

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
16115 2409 3121

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

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

View solution in original post

Replies 2 (2)

ZestardTech
Shopify Partner
5718 1049 1380

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
16115 2409 3121

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

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free