• Resolved Mr Tibbs

    (@mtibesar)


    Could you tell me what is the custom CSS code needed to change the AB Button block:

    1.) remove the underline

    2.) force the button’s text to use the theme’s default font-family

    Thank you very much!

    Marcus

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • @mtibesar here is the code for the button text underline and I am assuming this is your theme font? You can change the font family if it’s not.

    .ab-button.ab-button-shape-rounded.ab-button-size-medium {
        text-decoration: none;
        font-family: -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    }
    Thread Starter Mr Tibbs

    (@mtibesar)

    Thank you @ozmandesigns!

    That worked perfectly.

    Most appreciative,

    Marcus

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS needed to remove AB Button underline’ is closed to new replies.