Hi,
I created a buttonstyle as explained in the documentation. Unfortunately the text doesn't stay black on hover. This is the link to the website.
http://new.braswellartscenter.com/classes-programs
Best,
Max
Text in Button not Black
Hi,
I created a buttonstyle as explained in the documentation. Unfortunately the text doesn't stay black on hover. This is the link to the website.
http://new.braswellartscenter.com/classes-programs
Best,
Max
Hi Marius,
I figured out why the text wouldn't stay black. I now changed the button with a border around it. When I hover over the button the element underneath is moving a little bit upwards. Can you see what I mean?
Best,
Max
Dear @MaxPietro
you can add a margin-bottom:
.buttonstyle2 a:hover {
background-color: #7f13b7;
text-decoration: none;
border-bottom: none;
color: black;
opacity: 1;
margin-bottom: 1px;
}
Best!
Marius