Title: Problems with editing CSS
Last modified: May 29, 2019

---

# Problems with editing CSS

 *  Resolved [mszymczak](https://wordpress.org/support/users/mszymczak/)
 * (@mszymczak)
 * [7 years ago](https://wordpress.org/support/topic/problems-with-editing-css/)
 * Hi guys,
 * I have some problems with editing CSS in the contact form that I have made on
   my website footer. I want to make different font size and font weight but the
   CSS code that I enter does not give any result. I have added the following entry
   to my “Additional CSS” section in Hestia Child Theme:
 *     ```
       div.wpforms-container-full .wpforms-form .wpforms-field-label {
           display: block;
           font-weight: 300;
           font-size: 14px;
           float: none;
           line-height: 1.3;
           margin: 0 0 4px 0;
           padding: 0;
       }
       ```
   
 * but it does not give my any result and as I have noticed, it comes back to the
   default CSS when I try to inspect that.
 * Can you give me the reason why is that happening and why I cannot customize it?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblems-with-editing-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [mszymczak](https://wordpress.org/support/users/mszymczak/)
 * (@mszymczak)
 * [7 years ago](https://wordpress.org/support/topic/problems-with-editing-css/#post-11584317)
 * I’ve solved it by adding !important to the desired sections.
 * Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Problems with editing CSS’ is closed to new replies.

 * ![](https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748)
 * [WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More](https://wordpress.org/plugins/wpforms-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforms-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforms-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforms-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforms-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforms-lite/reviews/)

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 1 participant
 * Last reply from: [mszymczak](https://wordpress.org/support/users/mszymczak/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/problems-with-editing-css/#post-11584317)
 * Status: resolved