Hi,
I'm using the following code to style the section break header and it's not working
'h2.gsection_title {border-bottom: 4px solid #CCCCCC; margin: 10 0 10 0px}'
The form is here
Any ideas?
Steve G
give this a shot. Using more specific CSS usually works if you need to override other styles.
.gform_wrapper h2.gsection_title {border-bottom: 4px solid #CCC!important; margin: 10px 0 10px 0!important}
Many thanks - Spot on as usual!
Steve G