tee22
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: KLEO Theme and WordPress font colourI 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
In reply to: KLEO Theme and WordPress font colourI know its Placeholder text, but how do I add it above ?
Forum: Themes and Templates
In reply to: KLEO Theme and WordPress font colourThis 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
In reply to: KLEO Theme and WordPress font colour/* 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)