• Resolved betonkosmos

    (@betonkosmos)


    Hi,

    I want to deactivate the text-decoration:underline when my buttons are showing up.
    They should still be clickable and linking to a page, but without underlining the titles of the buttons.

Viewing 1 replies (of 1 total)
  • Hi,

    Thanks for contacting us. Please use the below CSS in the customizer for solving the underline problem.

    .ekit-wid-con .ekit_creative_button {
        text-decoration: none!important;
    }

    Thanks
    Easin

Viewing 1 replies (of 1 total)
  • The topic ‘creative Button’ is closed to new replies.