Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
I'm struggling to change the font colour of my "shop" button when it is hovered over, I am using the Brooklyn theme. My background colour is usually black but because the text is black the shop button cannot be seen when the drop down menu is down this why it is seen in grey in my attached photo. I've searched through many articles for days, ay help would be greatly appreciated.
Solved! Go to the solution
This is an accepted solution.
This should work, just paste it at the end of your theme.scss and replace #ffffff with the hex code of your desired colour.
.site-nav--has-dropdown:hover > a { background-color: #ffffff; }
This is an accepted solution.
This should work, just paste it at the end of your theme.scss and replace #ffffff with the hex code of your desired colour.
.site-nav--has-dropdown:hover > a { background-color: #ffffff; }
Your a legend, thank you!
User | RANK |
---|---|
3 | |
2 | |
2 | |
1 | |
1 |