Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1290782
    Bruce
    Participant

    I have searched the forum, but have not found a solution to my issues.
    They are regarding Mailchimp and Contact form 7.

    What I would like to do:

    1) Mailchimp

    I would just like to change the colour of the import fields for name and email section to #3C5158.
    Here is a screen shot of the original form > http://prntscr.com/dimdfu

    2) Contact form 7

    Similar to the above request; how to change the import fields for name, email and the subject section to #3C5158. The comment section is changed (not sure why this is the case) but not the rest. Here is a screen shot of the original form > http://prntscr.com/diq6ca

    Awaiting your reply.

    #1290917
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1290920
    Friech
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Cheers!

    #1290924
    Bruce
    Participant

    http://www.nikkibrock.com/

    Currently under construction page is up, does that matter?

    #1290953
    Christopher
    Moderator

    Hi there,

    Please provide us with login credentials so we can take a closer look at your page.

    Thanks.

    #1290955
    Bruce
    Participant
    This reply has been marked as private.
    #1290971
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        border: 1px solid #0d0d0d;
        background-color: #3C5158;
    
    }

    Hope that helps.

    #1291171
    Bruce
    Participant
    This reply has been marked as private.
    #1291172
    Bruce
    Participant

    What is that code referring to?
    Mailchimp form or Contact form 7.

    And nothing changed btw.

    What other option can I do?

    #1291192
    Bruce
    Participant

    Disregard that last comment…

    I removed the code and placed it in again, but this time I added it directly below the similar code snippet for I have in css for the blog comment section.
    And I structured it like this – same code, just a vertical structure:

    
    select, textarea, 
    input[type="text"], 
    input[type="password"], 
    input[type="datetime"], 
    input[type="datetime-local"], 
    input[type="date"], 
    input[type="month"], 
    input[type="time"], 
    input[type="week"],
    input[type="number"], 
    input[type="email"],
    input[type="url"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="color"], 
    .uneditable-input {
        border: 1px solid #0d0d0d;
        background-color: #3C5158;
    }
    

    Not sure why that made a difference, but all working now.

    Thank you V-much 🙂

    #1291214
    Thai
    Moderator

    If you need anything else please let us know.

    #1292454
    Bruce
    Participant

    Thankyou

    #1292475
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1290782 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>