Hello,
I’ve gone through the Community questions, but haven’t found the solution to this exact issue…
When I hover over the Buttons on my page (View, Shop Collection, etc.), they disappear!
Any help would be very much appreciated!
Thanks !
Dominique
A user encountered an issue with the Dawn theme where buttons on the main page (View, Shop, Collection, etc.) were disappearing when hovered over.
Solution provided:
custom.css file located under Assets.template-index .button:hover {
background: #000 !important;
}
Outcome:
The CSS fix successfully resolved the button disappearing issue. The discussion is now closed with the problem solved.
Hello,
I’ve gone through the Community questions, but haven’t found the solution to this exact issue…
When I hover over the Buttons on my page (View, Shop Collection, etc.), they disappear!
Any help would be very much appreciated!
Thanks !
Dominique
Hello @MoondropGirl ,
Edit custom.css under Assets and add this css at the bottom
.template-index .button:hover {
background: #000 !important;
}
Thanks
It worked ! Thank you so much!