Title: tee22's Replies | WordPress.org

---

# tee22

  [  ](https://wordpress.org/support/users/tee22/)

 *   [Profile](https://wordpress.org/support/users/tee22/)
 *   [Topics Started](https://wordpress.org/support/users/tee22/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tee22/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tee22/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tee22/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tee22/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tee22/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [KLEO Theme and WordPress font colour](https://wordpress.org/support/topic/kleo-theme-and-wordpress-font-colour/)
 *  Thread Starter [tee22](https://wordpress.org/support/users/tee22/)
 * (@tee22)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/kleo-theme-and-wordpress-font-colour/#post-7295112)
 * I have added this, with no effect to the COLOR…pft*…lol really frustrating.
 *     ```
       ::-webkit-input-placeholder { /* WebKit browsers */
       color: #FFFFFF !important;
       opacity: 1;
       }
   
       :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color: #FFFFFF !important;
       opacity: 1;
       }
       ::-moz-placeholder { /* Mozilla Firefox 19+ */
       color: #FFFFFF !important;
       opacity: 1;
       }
       :-ms-input-placeholder { /* Internet Explorer 10+ */
       color: #FFFFFF !important;
       opacity: 1;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [KLEO Theme and WordPress font colour](https://wordpress.org/support/topic/kleo-theme-and-wordpress-font-colour/)
 *  Thread Starter [tee22](https://wordpress.org/support/users/tee22/)
 * (@tee22)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/kleo-theme-and-wordpress-font-colour/#post-7295094)
 * I know its Placeholder text, but how do I add it above ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [KLEO Theme and WordPress font colour](https://wordpress.org/support/topic/kleo-theme-and-wordpress-font-colour/)
 *  Thread Starter [tee22](https://wordpress.org/support/users/tee22/)
 * (@tee22)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/kleo-theme-and-wordpress-font-colour/#post-7295090)
 * This is what i have so far -obviously missng that one ?
 *     ```
       /* This text is in Open Sans */
       .class {
       	font-family: Open Sans;
       }
       h1 {
       	font-family: 'Open Sans';
       	font-size: 24px;
       	font-style: normal;
       	font-variant: normal;
       	font-weight: 500;
       	line-height: 26.4px;
       }
       h3 {
       	font-family: 'Open Sans';
       	font-size: 14px;
       	font-style: normal;
       	font-variant: normal;
       	font-weight: 500;
       	line-height: 15.4px;
       }
       p {
       	font-family: 'Open Sans';
       	font-size: 14px;
       	font-style: normal;
       	font-variant: normal;
       	font-weight: 400;
       	line-height: 20px;
       }
       blockquote {
       	font-family: 'Open Sans';
       	font-size: 21px;
       	font-style: normal;
       	font-variant: normal;
       	font-weight: 400;
       	line-height: 30px;
       }
       pre {
       	font-family: 'Open Sans';
       	font-size: 13px;
       	font-style: normal;
       	font-variant: normal;
       	font-weight: 400;
       	line-height: 18.5714px;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [KLEO Theme and WordPress font colour](https://wordpress.org/support/topic/kleo-theme-and-wordpress-font-colour/)
 *  Thread Starter [tee22](https://wordpress.org/support/users/tee22/)
 * (@tee22)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/kleo-theme-and-wordpress-font-colour/#post-7295081)
 *     ```
       /*
       Theme Name:     Kleo Child
       Theme URI:
       Description:    Child theme for Kleo
       Author:         SeventhQueen
       Author URI:     http://seventhqueen.com
       Template:       kleo
       Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
       License: GNU General Public License
       License URI: license.txt
       */
   
       /*
       * Please add your custom styles below
       */
       .main-entry-title {
         color: #FFFFFF !important;
       }
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)