Title: Color and CSS
Last modified: August 21, 2016

---

# Color and CSS

 *  [Ferruccioboss](https://wordpress.org/support/users/ferruccioboss/)
 * (@ferruccioboss)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/color-and-css/)
 * I’m running in [this site](http://www.smartmobilityworld.net/) WordPress 3.8.2,
   Enfold Theme and WP Google Font with this custom CSS code to have the text tagged`
   <h1>` automatically red (#be1621):
 *     ```
       @font-face {
          font-family: "Ostrich Sans Rounded Medium";
   
        src: url("http://www.wirelessforum.it/SMW2014/ostrich-rounded.eot");
   
          src: local("Ostrich Sans Rounded Medium"), url("http://www.wirelessforum.it/SMW2014/ostrich-rounded.ttf") format('truetype');
       }
   
       .main_menu ul:first-child>li>a {
        font-family: Ostrich Sans Rounded Medium, Verdana, sans-serif;
       font-size: 25px;
       color: black
       }
   
       h1 {
        font-family: Ostrich Sans Rounded Medium, Verdana, sans-serif;
       font-size: 35px;
       color: #be1621
       }
   
       .avia_textblock h1 {
       color: #be1621
       }
   
         @font-face {
          font-family: "Open Sans Condensed";
       }
   
       .avia_textblock ul li {
       font-family: Open Sans Condensed, Verdana, sans-serif;
       font-size: 20px;
       }
       ```
   
 * I have the same custom code in [another site](http://www.connectedautomobiles.eu/)
   with WordPress 3.9.1, the same Enfold theme but it doesn’t work.
    (The `h1` text
   are red color becuse I’ve used the tag: `<span style="color: #be1621;"> h1 text
   </span>`) Can someone help me? Thank you
 * [https://wordpress.org/plugins/wp-google-fonts/](https://wordpress.org/plugins/wp-google-fonts/)

The topic ‘Color and CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-google-fonts_ffffff.svg)
 * [WP Google Fonts](https://wordpress.org/plugins/wp-google-fonts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-google-fonts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-google-fonts/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-google-fonts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-google-fonts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-google-fonts/reviews/)

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [Ferruccioboss](https://wordpress.org/support/users/ferruccioboss/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/color-and-css/)
 * Status: not resolved