Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1440954

    Hi,
    i would like to delete the underline in my buttons, in the text they are ok.
    Any idea how i can delete them?

    Thanks a lot
    rixi

    #1440981

    Hey rixi,

    Please try the following in Quick CSS under Enfold->General Styling:

    a.avia-button {
      text-decoration: none; 
    }

    Best regards,
    Rikard

    #1440988

    Hi Rikard,
    i tried it out, but it doesn`t work.
    Is there a problem because i have already this?
    #main a {
    color: #374822;
    text-decoration: underline;
    }

    many greetings rixi

    #1440995

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #main a.avia-button {
      text-decoration: none; 
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1440996

    Thank you!!!!!!!! Perfect :)

    Many greetings
    rixi

    #1441022

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.