http://gringodog.com/category/add-pet-friendly-lodging/
I would like to
1.increase the font and change the color of the form title,
2.bold the font of the form description
3.increase the font size of the descriptions for fields (the ones that are now very tiny and italicized).
I read through various posts in the forum, and came up with the following code that I put into my CSS Inserts of my theme:
/**********Gravity Forms************************/
.gform_title {font-size: 18px!important; color: #ee0000!important;}
.gform_description {font-weight: strong!important; font-size: 14px!important;}
.gfield_description {font-size: 10px!important;}
This code accomplished #1, but I'm unable to get #2 and #3 to work. Again, I apologize for my limited knowledge of html/css, etc.