• I have the “underline from left” css enabled for navigation links, as in here: https://www.screencast.com/t/GfwYgjWqL2xn

    However, I also have some “btn” classes enabled.

    How do I remove the “underline” from the “btn” classes?

    My current CSS code the the “Btn” class is as follows:

    .btn-submit a span {
    border: solid #fff 2px;
    background: #fff0 !important;
    font-weight: 600;
    border-radius: 4px;
    padding: 12px 22px;
    }

    THANKS!!

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove underline from navigation buttons’ is closed to new replies.