Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tee22

    (@tee22)

    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;
    }
    Thread Starter tee22

    (@tee22)

    I know its Placeholder text, but how do I add it above ?

    Thread Starter tee22

    (@tee22)

    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;
    }
    Thread Starter tee22

    (@tee22)

    /*
    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)