• I edit the php code to be abble to change the text in the blue header of each post in the main page. The thing is i make it the excerpt. The excerpt at least on my theme is in CSS the content.post p color options and i dont know how to change that to be abble to have gray text for the post text on the main page like it is now and a withe one for the blug little icon so you are abble to read it cause gray is horrible…
    I dont know how to change de CSS code to be abble to do that!

    And another question, i cant make the wp stats work properly it worked only with specific themes and then dies… what can i do?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Could you link your site please

    Thread Starter marisolrey

    (@marisolrey)

    yes sorry, patitapatita.com

    Thread Starter marisolrey

    (@marisolrey)

    In your css change the color in this

    #content .post p {
        color: #89898C;
        line-height: 1.6em;
        padding: 0 10px;
    }

    I can’t help with the stats plugin, sorry

    Thread Starter marisolrey

    (@marisolrey)

    Yes, thanks i know that but if i change that i change the text in the post mini box on the main page too! thats what i dont want too i just want to change the content in the blue box that comes from the excerpt but not the text of the post.

    hmm, try adding this to your css.

    #content .post h20 a {color: #fff}

    nevermind adding that, I guess you’re editing your theme, it’s hard to tell what to change when you’re working on it

    Thread Starter marisolrey

    (@marisolrey)

    i tried and nothing happened, i came back to h20 in php to edit the CSS but nothing happened, i promess not to touch it anymore till the night.
    Thanks a mil
    Pleeease help ??

    Try this in your css, it should only change the text in the blue image

    #content .post h3 p{color:#fff;}

    Thread Starter marisolrey

    (@marisolrey)

    nothing….

    try adding !important to it.
    #content .post h3 p{color:#fff !important;}

    The theme by default displays those as white, there must be somethign overriding it.

    Thread Starter marisolrey

    (@marisolrey)

    YOU ROCK!!! it work!!!!
    THANKS!!!!!!!!!!!

    now i need help with wp stats… hate that…

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘CSS trouble help me :(’ is closed to new replies.