make contact form titles normal not bold. Swell theme
-
Anyone know how to do this. All my efforts to tweak the css have failed!
For example I tried:
.contact-form label span {
color: #AAA;
margin-left: 4px;
font-weight: normal;
display: none;It was font-weight: bold;
https://palmerowen.wordpress.com/contact/
The blog I need help with is: (visible only to logged in users)
-
Hi laurapalmerwp
Try this and let me know if it works for you.
.contact-form label { font-weight: normal !important; }To add custom CSS
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
You need to be on the WordPress.com Premium Plan for custom CSS to save.
-
-
- The topic ‘make contact form titles normal not bold. Swell theme’ is closed to new replies.