Forums

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

Home Forums CSS Form line/shadow will not GO AWAY.

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #184975
    artymcfarty1
    Participant

    My search bar on my website has an annoying white line that will not go away. I would also like to change the default color of the text in the box to something other than gray. I have tried everything, but nothing seems to work. I know it is probably something simple that I am over looking.

    http://ddkolker.tk/

    Very top of the page.

    #184977
    moxieman
    Participant

    on line 62 of main_style.css change:

    background-color: #3a055e;
    to
    background: #3a055e;

    or declare background: none; before the background color.

    #184986
    artymcfarty1
    Participant

    on line 62 of main_style.css change:
    background-color: #3a055e;
    to
    background: #3a055e;
    or declare background: none; before the background color.

    YAY, that worked. Thanks! Still can’t get the “Search” default text to change.

    #184987
    moxieman
    Participant

    Read this article for styling placeholder text:

    https://css-tricks.com/snippets/css/style-placeholder-text/

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