• Resolved chachi09

    (@chachi09)


    Hi –
    I’ve an issue with my text appearing underlined within the button – I’ve tried to change the text, I’ve tried to create a new button but each time the text appears underlined
    How can I fix this?
    Thanks
    CC

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bas Schuiling

    (@basszje)

    Hi,

    It’s your theme doing the underline, not MaxButtons. It’s in this element: #hero a

    Thread Starter chachi09

    (@chachi09)

    hi –
    Ok, any idea how I can remove this in the CSS? Not sure how to remove it as its in the button?
    Many thanks

    Plugin Author Bas Schuiling

    (@basszje)

    You’ll either need to change your theme, or if it supports custom CSS you can enter a rule for the button:

    a.maxbutton { 
    text-decoration: none !important; 
    }

    This line will turn off any underlines for any maxbuttons.

    Thread Starter chachi09

    (@chachi09)

    Brilliant – thank you – that worked a treat ??

    Plugin Author Bas Schuiling

    (@basszje)

    Happy to hear, resolving this question!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Max Button underlining text’ is closed to new replies.