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.
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024