• Resolved davidsugalski

    (@davidsugalski)


    This must be basic, and I’ve done some searching on wordpress but I can not get a black border around my forms. All of my forms are grouped together in the css. There are special designations for search, and comments of course, but there is no designation for other types of forms. For instance check out the shopping cart, here.

    and then have a look at the newsletter form. Both are staying white. How do I switch the border to black?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter davidsugalski

    (@davidsugalski)

    anyone? this must be fairly simple.

    Root

    (@root)

    form {border: 1px solid #000}

    Thread Starter davidsugalski

    (@davidsugalski)

    thanks root! actually, it created a black border around some areas, but not others. what about drop down menu forms?

    additionally, there are some other places where the black border is not appearing. In the contact form message box, and on the make a payment page. I’d post a link, but your browser needs to recognize that you’ve made a purchase. Just click “visit the shop” in the widget in the top right corner and then “balsamics” in the category and buy that product.

    https://www.themediterraneancupboard.com

    Doodlebee

    (@doodlebee)

    actually, it created a black border around some areas, but not others. what about drop down menu forms?

    Instead of form{ – because that will put a border around the *form* – not the input areas:

    input, textarea, select {
    border:1px solid #000;
    }
    Root

    (@root)

    but I can not get a black border around my forms.

    Even assuming we know the answer we can only deal with the question as posed. ??

    Doodlebee

    (@doodlebee)

    Good point. ??

    Thread Starter davidsugalski

    (@davidsugalski)

    I’ll remember that for next time. thanks guys!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Form Styling?’ is closed to new replies.