Forums

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

Home Forums CSS How to remove grad background from style tag

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

    Forms are so frustrating! Can anyone help me by telling me how to remove the graduated background from the drop down menu in this form?

    http://joannfitzpatrick.com/leadvalidation/signup-test.html

    Thank you in advance.

    #135526
    Paulie_D
    Member

    It’s this on line 262 of your stylesheet

    #body {
    border-top: #dadada 1px solid;
    background: url(“../img/top-bg.png”) repeat-x;
    }

    #135540
    joann7
    Participant

    That doesn’t seem to fix it. Any other ideas?

    #135543
    Paulie_D
    Member

    Oh, I mis-read, I thought you meant the form background.

    The bg color of the select will be in the bootstrap css somewhere.

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