Home Forums WoodMart support forum Form issue

Form issue

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #207625

    MNKConsultingLLC
    Participant

    Hello,

    I try to change the color of the email form, but the color won’t change.

    i use this code:

    .mc4wp-form-theme input[type=date], .mc4wp-form-theme input[type=email], .mc4wp-form-theme input[type=number], .mc4wp-form-theme input[type=tel], .mc4wp-form-theme input[type=text], .mc4wp-form-theme input[type=url], .mc4wp-form-theme select, .mc4wp-form-theme textarea {
    height: auto;
    padding: 8px 16px;
    line-height: 1.428571429;
    color: #ffe214!important;
    vertical-align: middle;
    background: 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    text-shadow: none;
    }

    But this code: color: #ffe214!important; i don’t see in the website
    if i put the text in the editor he makes the fill in form with and not like launch.reqlaim.co I only want if people fill in their email that the email address is in orange.

    #207641

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .mc4wp-form-theme input[type=email]{
    color: #ffe214!i;
    }

    If it does not work, please provide the screen of the form and advice if you want to change the color or background-color.

    Best Regards

    #207882

    MNKConsultingLLC
    Participant

    If you can see the images! The input color text doesnt change.
    I need it orange or white..

    Attachments:
    You must be logged in to view attached files.
    #207939

    Hello,

    Please deactivate the cache plugins and provide the site admin access to the private area.

    Please note there is the difference between the placeholder color and color of the input text.

    Best Regards

    #217264

    MNKConsultingLLC
    Participant

    Hello i installed the grocery template. But the menu is not installed correctly, like the theme itself see https://woodmart.xtemos.com/demo-grocery/demo/grocery/ Do you have the HTML Block menu from the grocery for me ?

    Best regards,

    Anthony

    #217342

    Hello,

    Your site now does not look like the grocery demo.

    Here is the instruction on adding and configuring the menu: https://xtemos.com/docs/woodmart/adding-menu-site/

    Best Regards

    #217447

    MNKConsultingLLC
    Participant

    I have my site now local… so you can’t see. but when i installed the grocery demo.
    The menu isnt the same as the demo you showed… So please can you give me the html block so i can copy and past this..

    Best regards

    #217453

    MNKConsultingLLC
    Participant

    Its fixed!

    #217488

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Form issue’ is closed to new replies.