PMConcepts
Member
Posted 1 year ago #
Using contact form 7, and im wondering how to make the font bold (name, email, subject, message" so they stand out on the contact form, and easier to read.
Simple html isn't working, and i tried to add "font: bold;" and font-style: bold;" to the css, and it didn't seem to work. any help would be great
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
PMConcepts
Member
Posted 1 year ago #
I apologize, sites being built.
http://dev.progressivemediaconcepts.com/services
Trying to get the contact form in the Get a Quote section to be bold (your name, your email, contact number, etc)
Try:
#wpcf7-f2-t1-o1 {font-weight:bold;}
#wpcf7-f2-t1-o1 span {font-weight:normal;}
PMConcepts
Member
Posted 1 year ago #
You are a genius. Thank you.