• Resolved docb7

    (@docb7)


    Hi,
    it does not matter which kind of buttons I use, I always get this very small white-ish line below the buttons, which disappears when you hover over the button. I tried to manipulate the css, but the only thing I was able to do, is to make the line (including the Link area) smaller
    .shariff-link {
    width: 15px;
    }
    Yes, I am no CSS guru. I google and try and error. But this time I ended up with only errors. So if please someone could give me a hint how to get rid of that line.
    Best
    Ben

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

Viewing 1 replies (of 1 total)
  • Thread Starter docb7

    (@docb7)

    Hi, I was fortunate to solve the problem myself. It was caused by the Theme Twenty-Seventeen and you can solve it by adding custom css:
    .shariff-link {
    box-shadow: none!important;
    }
    Best
    Ben

    • This reply was modified 4 years, 7 months ago by docb7.
Viewing 1 replies (of 1 total)
  • The topic ‘Line below Buttons’ is closed to new replies.