• Resolved Tim Schacht

    (@castorgmbh)


    Hey everybody!

    Thanks for your plug-in, it helps me a lot in the past.

    Now I have a question to the styling of my button. Is it possible to remove the underline-function while mouse-over the text in the button? This would help me to create a button similar to a button included in another plug-in.

    Thanks for your help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author AlanP57

    (@alanp57)

    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

    Thread Starter Tim Schacht

    (@castorgmbh)

    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.

    Plugin Author AlanP57

    (@alanp57)

    Ok, my address is [email protected]

    Thread Starter Tim Schacht

    (@castorgmbh)

    Thanks,

    I have sent you the login details.

    Thread Starter Tim Schacht

    (@castorgmbh)

    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.

    Thread Starter Tim Schacht

    (@castorgmbh)

    Sure!

    .maxbutton-1.maxbutton.maxbutton-alle-termine:hover {
        text-decoration: none;
    }

    “alle-termine” is the name of my button.

    • This reply was modified 7 years, 8 months ago by Tim Schacht.
    Plugin Author Bas Schuiling

    (@basszje)

    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; }

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove underlining of text in button’ is closed to new replies.