Shopify themes, liquid, logos, and UX
Hello! I have been searching the Shopify forums for hours and can't seem to find the solution for this. I'd like to change the color of one dropdown menu item (I'm using the Debut theme). I've gotten this to work before but the menu item wasn't a dropdown, so I think that's why the same code isn't working. This is what I've used that works for a link but not a dropdown:
Solved! Go to the solution
This is an accepted solution.
SOLVED! For anyone else searching for this issue endlessly like I was, I finally figured it out.
Go to your website, right click the menu item you want to change the color of, then click Inspect.
On the right side window that pops up, there should be text selected that says something like <span class"site-nave__label">YOUR MENU ITEM</span> -- Right click that line and click Copy then Copy Selector.
Then go to your theme.scss.liquid and at the very bottom paste what you copied.
After what you pasted you will add something like this to change the color:
This is an accepted solution.
SOLVED! For anyone else searching for this issue endlessly like I was, I finally figured it out.
Go to your website, right click the menu item you want to change the color of, then click Inspect.
On the right side window that pops up, there should be text selected that says something like <span class"site-nave__label">YOUR MENU ITEM</span> -- Right click that line and click Copy then Copy Selector.
Then go to your theme.scss.liquid and at the very bottom paste what you copied.
After what you pasted you will add something like this to change the color:
hi
@ABC2020 describes implementation in his post. I can confirm that it is working as intended.
Kind Regards
Thor
Hello,
I tried your solution and it worked, but how can I apply it to Mobile view.
Thanks,
Alia
User | RANK |
---|---|
126 | |
102 | |
74 | |
72 | |
44 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022