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!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024