Tom,
Could you post a link to the page containing the button and I’ll provide you the CSS code the change the styling.
Alan
Hey Alan,
the site is actually in maintenance mode and it is necessary that the mode is kept. I create the site in my free-time for the kindergarten of my daugther. If you can tell me your mail I’ll send you the login details.
Thanks,
Tim.
Thanks,
I have sent you the login details.
Thanks for the code I received by e-mail! It works great!
Nice greetings from Witten (near Dortmund), Germany!
Great that you found a solution. Better to post the code here and we can all take advantage of the information.
Sure!
.maxbutton-1.maxbutton.maxbutton-alle-termine:hover {
text-decoration: none;
}
“alle-termine” is the name of my button.
-
This reply was modified 9 years, 4 months ago by
Tim Schacht.
As an extra note, that’s a quite specific solution. Issues like this are almost always caused by theme specific styling. So if you can control that, you could fix it that way.
Also all buttons have a class named ‘maxbutton’, so to fix this for all of your buttons:
.maxbutton { text-decoration: none; }