A space to discuss online store customization, theme development, and Liquid templating.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I'm hoping someone can help as it's been driving me mad trying to get this to work properly. The buttons look fine until you hover over them and then the text changes to my default text colour (pink) and makes it unreadable. I need a way to turn the hover function off or change the hover colour to white so you can read what's on the button.
Solved! Go to the solution
This is an accepted solution.
I figured out the code on my own, in case anyone else is looking for a solution I pasted this code at the bottom of section-multicolumn.css and it solved it
.multicolumn .button:hover {
color: white !important;
background-color: #FF9C4D !important;
}
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Hello there,
Please share me page link.
hi,
the issue is with buttons on the home page which that link should take you too. The problem is with the buttons under the multicolumn and featured collection sections.
This is an accepted solution.
I figured out the code on my own, in case anyone else is looking for a solution I pasted this code at the bottom of section-multicolumn.css and it solved it
.multicolumn .button:hover {
color: white !important;
background-color: #FF9C4D !important;
}