Title: Custom CSS doesn&#039;t work
Last modified: September 1, 2016

---

# Custom CSS doesn't work

 *  Resolved [nfreed](https://wordpress.org/support/users/nfreed/)
 * (@nfreed)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/custom-css-doesnt-work-6/)
 * I’m trying to change the fonts and font colors via the Custom CSS panel, but 
   it’s not working as expected. Here’s what I’ve tried to add:
 *     ```
       <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700|Lato:400,400italic,300,300italic,700,700italic' rel='stylesheet' type='text/css'>
   
       body {
         font-family:"Lato", sans-serif !important;
       }
   
       h1 {
         color: #000000;
         font-family: 'Montserrat', sans-serif !important;
         font-weight: 400;
       }
   
       h3 {
         color: #000000;
         font-family: 'Lato', sans-serif !important;
         font-weight: 300;
       }
       ```
   
 * This changes the text color but not the font families. I don’t know enough CSS
   to go in and tinker with all the stylesheets in the plugin. How can I fix this?
 * [https://wordpress.org/plugins/responsive-coming-soon-page/](https://wordpress.org/plugins/responsive-coming-soon-page/)

Viewing 1 replies (of 1 total)

 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/custom-css-doesnt-work-6/#post-7494185)
 * Hi,
    We fixed custom css issue in our latest update. Please update your plugin.
 * To add new font family please follow below steps
    1. Go to wp-content\plugins\
   responsive-coming-soon-page\options\themes and open index.php in any text editor.
 * 2. Please add below line before **</head>**
 *     ```
       <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700|Lato:400,400italic,300,300italic,700,700italic' rel='stylesheet' type='text/css'>
       ```
   
 * 3. Save the changes and apply your css in updated plugin custom css editor.

Viewing 1 replies (of 1 total)

The topic ‘Custom CSS doesn't work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/responsive-coming-soon-page_b3badd.
   svg)
 * [Coming Soon Page - Responsive Coming Soon & Maintenance Mode](https://wordpress.org/plugins/responsive-coming-soon-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-coming-soon-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-coming-soon-page/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-coming-soon-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-coming-soon-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-coming-soon-page/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/custom-css-doesnt-work-6/#post-7494185)
 * Status: resolved