• Resolved duboi

    (@duboi)


    Hello
    i have two problems with the acceptance-checkbox :

    1) On orion theme : the chekbox not worked, impossible to selected : website
    2) On spectrum construction theme : In my sentence each word with a capital letter.
    Website

    Thanks

    • This topic was modified 6 years, 8 months ago by duboi.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    1. Check your CSS. I think this is broking your form. Try to disable it with Developer Mode and you’ll see.

     /* -webkit-appearance: none; */
        -moz-appearance: none;
        appearance: none;

    2. Check your CSS. Disable it with Developer Mode and you’ll see.

    text-transform: capitalize; /* This is what's happening */

    Thread Starter duboi

    (@duboi)

    You are right
    I disabled css and it work but I am not developer
    I resolved a problem ( In my sentence each word with a capital letter.)
    css : span.wpcf7-list-item-label {text-transform: none
    !important; }

    1) On orion theme : the chekbox not worked, impossible to selected : website
    How to adjust the css? Have you got a idea please?

    I haven’t got this problem with others themes

    • This reply was modified 6 years, 8 months ago by duboi.
    • This reply was modified 6 years, 8 months ago by duboi.
    • This reply was modified 6 years, 8 months ago by duboi.

    You have some custom code for Contact Form in your CSS with this header

    
    /************************************* O.o *************************************/
    /*                                Contact from                                 */
    /*******************************************************************************/
    

    Which includes this:

     /* -webkit-appearance: none; */
        -moz-appearance: none;
        appearance: none; 

    You can check the style.css (but If you’re not a developer, be careful, please). This affects to your input boxes, so please don’t remove.

    You can custom just this input using selector and some custom code.

    If you’re not comfortable with code, try a checkbox instead.

    Thread Starter duboi

    (@duboi)

    ok thanks it work in the css theme

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘problem acceptance-chekbox’ is closed to new replies.