• Hello,

    My issue shouldn’t be to difficult to fix, but still I can’t find the solution for it anywhere.

    On our page where our customers will be able to fill in their information. Name, adress etc.. I can’t find where I make the boxes where they fill their information visible. They’re there, but they’re the same color as the background and I want to put frames around them. Any ideas?

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

Viewing 1 replies (of 1 total)
  • lisa

    (@contentiskey)

    1 – looks like you are using woocommerce form. you can ask directly in woocommerce or oceanwp support areas
    https://wordpress.org/support/plugin/woocommerce
    https://wordpress.org/support/theme/oceanwp/

    2- try a css change something like this:

    form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea, .select2-container .select2-choice, .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
        border-color: orange;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Frames around boxes’ is closed to new replies.