-
AuthorPosts
-
October 9, 2017 at 5:29 pm #862004
I apoligise if this is not the correct place to ask this question.
I want to change the color where you type your details in the contact 7 form.
Its currently black, I want to change the color.October 9, 2017 at 11:45 pm #862184Hey Darren,
Please provide a link to the page in question.
Best regards,
Jordan ShannonOctober 10, 2017 at 4:59 am #862239in the Contact us email
I want to change the color of the input boxes. They are currently black.
Also in the same email box, how do I increase the size of the I’m not a robot & catcha logo without having to increase the size of the layout they are in.
The I’m not a robot & catcha logo are very small because I had to reduce the size of the field because it was off the screen.
Mike game me some CSS to use to change the size of the captcha area, but it has shrunk all the information in the area.October 10, 2017 at 5:40 am #862258Hi,
Add the following to quick css:
#top .main_color input, #top .main_color textarea{ background-color:#fff!important; }
Best regards,
Jordan ShannonOctober 10, 2017 at 2:19 pm #862463thanks Jordan
October 10, 2017 at 4:42 pm #862525Jordon
Have an issue, put the css in and now all the input fields are white and so is the submit button. it can’t be seen?
I put a screen shot in the private contentOctober 10, 2017 at 4:43 pm #862526Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonOctober 10, 2017 at 5:10 pm #862553do I have to start a new ticket for the same issue?
strangeOctober 10, 2017 at 5:39 pm #862578Hi,
Apologies, I didn’t see the other post. Adjust the css to the following:
#top .main_color input[type=text], #top .main_color textarea{ background-color:#fff!important; }
Best regards,
Jordan ShannonOctober 11, 2017 at 6:13 am #862736Hi Jordan,
Didn’t work.
If I remove the first css you gave and and replace it with the new css 2 fields stay black (as per the screen shot below).
The send button appears but 2 field lines are black.October 11, 2017 at 10:47 pm #863046Hi,
Please try the following:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'],#top .main_color textarea, #top .main_color select{ background-color:#fff!important; }
Best regards,
Jordan ShannonOctober 12, 2017 at 11:49 am #863358thank J
Worked perfectly :)October 12, 2017 at 10:27 pm #863652Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Change input color’ is closed to new replies.