Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Glow Around Background Not Going Away

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #144526

    How do I get rid of glow around my links.

    http://codepen.io/mwbcomputers/pen/ajrEL

    I have tried to remove the border and text-shadow still nothing.

    #144567
    sandy2000
    Participant

    #responsive_welcome .bstyle {
    border-radius: 3px 3px 3px 3px;
    **box-shadow: 0 1px 1px #999999;**
    color: #FFFFFF;
    font-size: 16px;
    padding: 12px 16px;
    text-align: center;
    width: 150px;
    }

    Removing the following line should do it: box-shadow: 0 1px 1px #999999;

    #144568

    Perfect Thank You.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.