New Landing How can we help? Themeforest Theme Support Neighborhood Contact form 7 color theme

Viewing 12 posts - 1 through 12 (of 12 total)
  • #278243
    uform
    Member
    Post count: 60

    Is it possible to change the color theme of the contact form section.
    I tried some of the code in the forum but it didn’t work.

    For now it look like it is using the accent color but in my case it bright yellow and you cannot see the submit button.

    I would like to have the button dark grey like a #333333. The selected box of the contact form appears surrounded in that same yellow too.

    Thanks,

    #278268
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach mockup screenshot image to get the exact issue.
    Thanks
    Mohammad

    #278385
    uform
    Member
    Post count: 60

    Here is a screenshot, see the parts in yellow. There are not visible.
    I would like it to be dark grey #333333 instead if possible.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #278627
    David Martin – Support
    Moderator
    Post count: 20834

    Please use this Custom CSS:

    .wpcf7 input.wpcf7-submit[type="submit"] {
        background-color: #333333!important;
    }
    .wpcf7 input.wpcf7-submit[type="submit"]:hover {
        background-color: #333333!important;
    }
    .wpcf7 input[type="text"]:focus, 
    .wpcf7 textarea:focus {
        border-color: #333333!important;
    }

    Thanks.

    #278628
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .wpcf7 input.wpcf7-submit[type="submit"] {
        background-color: #333!important;
    }
    
    .bypostauthor .comment-wrap .comment-avatar, .search-form input:focus, .wpcf7 input[type="text"]:focus, .wpcf7 textarea:focus {
        border-color: #333!important;
    }

    Hope it helps.

    -Rui

    #278680
    uform
    Member
    Post count: 60

    Doesn’t do anything. Contact form still the same…

    #278685
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    try to clear the cache. I’m seeing it fine after clearing the cache.

    -Rui

    #278686
    David Martin – Support
    Moderator
    Post count: 20834

    Of course you must add it to Theme Options => Custom CSS. You did not do that.

    I have done it for you and it now works.

    – David.

    #278698
    uform
    Member
    Post count: 60

    Ok thank you. I added the code to my Child Theme: style.css but it was not working so I removed it. Is that normal?
    Do I have to put all my custom css through that theme option custom CSS box? I thought it was better to activate the child theme and put all the custom css code there?

    #278700
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    You can use that specific option we have. Since it’s stored in the database the updates won’t affect it.
    I was seeing the changes when you had it in the child theme.

    -Rui

    #278701
    uform
    Member
    Post count: 60

    Ok thanks.

    #278706
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register