Shopify themes, liquid, logos, and UX
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.
Site link: Ashbrook Roofing Supplies LTD (ashbrook-test-site.myshopify.com)
password: yeothu
Thanks
Solved! Go to the solution
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;
}
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
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;
}
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
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024