Shopify themes, liquid, logos, and UX
Hi,
I want to change the color for a specific menu and that menu is SALE along with all subcategories.
Here is the URL https://www.cloudstore.pk/collections/just-arrived please help to change the SALE color in Red.
TIA.
Solved! Go to the solution
This is an accepted solution.
Hi @John_Starc , fastest solution is - go to edit code > assets > base.css and add this:
#HeaderMenu-MenuList-5 li a,
#Details-HeaderMenu-5 span{
color:red;
}
Please note that if you change order in your menu this will be changed too.
This is an accepted solution.
Add this CSS if you want to change the color dropdown arrow to alongwith the of menu
#HeaderMenu-MenuList-5 li a, #Details-HeaderMenu-5 span {
color: red;
}
#Details-HeaderMenu-5 .icon-caret {
color: red;
}
Replace "red" with the color code that you want. You can add this code to bottom of base.css file or use an app like this to add custom css to any theme file.
This is an accepted solution.
Add this CSS for mobile version,
details#Details-menu-drawer-menu-item-5 * {
color: red;
}
This is an accepted solution.
Hi @John_Starc , fastest solution is - go to edit code > assets > base.css and add this:
#HeaderMenu-MenuList-5 li a,
#Details-HeaderMenu-5 span{
color:red;
}
Please note that if you change order in your menu this will be changed too.
Thank you for sharing. Working fine for the desktop, how it can be changed for mobile as well?
This is an accepted solution.
Add this CSS for mobile version,
details#Details-menu-drawer-menu-item-5 * {
color: red;
}
It really works, thanks a lot. Can you do me another favor to align the product images at the collection page? As many of the images are not aligned and cant manage them manually because those are in large numbers so need any code to fix them.
https://www.cloudstore.pk/collections/boys
The images are of different size, it would require theme code changes to set fixed height and get images fit within it. You can create it as a task here in our app, we can have a look and resolve it. The first task is free.
This is an accepted solution.
Add this CSS if you want to change the color dropdown arrow to alongwith the of menu
#HeaderMenu-MenuList-5 li a, #Details-HeaderMenu-5 span {
color: red;
}
#Details-HeaderMenu-5 .icon-caret {
color: red;
}
Replace "red" with the color code that you want. You can add this code to bottom of base.css file or use an app like this to add custom css to any theme file.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey 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, 2024