Hi guys
I can’t seem to get the right selector to adjust the css for the input fields on my form at www.staging.johnbarilaro.com.au
Could you help me please?
Hi @philysgdy,
Thanks for reaching out.
The CSS selector for input type text in contact form 7 is: .wpcf7 input[type="text"] and for input type email .wpcf7 input[type="email"].
I suggest that you will learn on how to do inspect elements so that you can get any CSS selector you want: How to Inspect an Elements
Hope that helps.
Thank you.
Thanks Marc
Great help, problem fixed. Yes I did check out your resource, it just doesn’t sink in sometimes
You’re welcome!
It’s good to know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.