Shopify themes, liquid, logos, and UX
Hi there,
I am trying to change the Colour of the text "Holiday" only in the main menu to #A3B18A
and to keep the rest as is.
Solved! Go to the solution
This is an accepted solution.
Hello @andrew72
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.list-menu.list-menu--inline [href="/pages/holiday-shop"] {
color: #A3B18A;
}
Output
Hi @andrew72
You can achieve adding this CSS in you code
You need to follow these steps:
1) Go to the Online Store
2) Edit Code
3) Find theme.css / base.css
Past this CSS Code their
header .header__inline-menu ul li:nth-child(2) .header__menu-item {
color: #A3B18A;
}
I hope this solution works for you!
If it does, please Like It and Mark It As A Solution, or support me by Buying Me A Coffee to keep me going!
-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR
-If you need an expert Shopify developer for customization and development, feel free to contact me.
Email: Mehran.ali5300@gmail.com
WhatsApp: +92 343 0211536
This is an accepted solution.
Hello @andrew72
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.list-menu.list-menu--inline [href="/pages/holiday-shop"] {
color: #A3B18A;
}
Output
Hello @andrew72
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
[href="/pages/holiday-shop"] .header__active-menu-item {
color: #A3B18A;
}
That is great thank you!
Is there a code line that also transfers this to work in mobile also?
Currently it didn't transfer.
Hello @andrew72
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.menu-drawer__menu.has-submenu.list-menu [href="/pages/holiday-shop"] {
color: #A3B18A;
}
Hello,
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom
a[href="/pages/holiday-shop"] {
color: #ff0000; /* Font color change */
font-weight: bold; /* Make it bold */
text-decoration: underline; /* Add underline */
}
Thanks!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025