• tee22

    (@tee22)


    Need some serious guidance here guys..

    Issue: Running Kleo theme (Child) with latest wordpress on Mamp ( local installation) with buddypress & BBpress The site is on a local drive so no way for me to have you guys log in to check, pics on my google drive here

    The issue is the body text colour its dull grey and i need white —-, KLEO does allow for some changes and these arent the issue, the issue is the text Colour “site-wide” when replying or “posting an update” via the normal textarea’s very much like we are doing here to post this message. The site has a very dark grey scale background and all the other text (generally) is white. Its also affecting the “Post” Meta – text colour as you can see on the pic.

    From what I have read i need to ad a snippet to the Style.ccs in the child theme, I can do that if i just have guidance, none of the other solution posted helped me

    I have tried:

    body {
        color: #000 !important;
    }

    But it doesnt change it, so im completely stooped as to which “hook” to use…. Also please bear in mind im NO expert, just an intermediary Noob…

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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;
    }
    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)

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

    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;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘KLEO Theme and WordPress font colour’ is closed to new replies.