• Hi all

    I’m very new using WordPress and after searching the forums I just can’t figure out an answer to my problem.

    I changed the text color for the body text. (maybe a few other places for the same color.

    I added a picture and the color for the caption is 888 When I changed the color to 000 (black) it changed to the text I’m using for body text. SO I had to change it back. Then I tried changing the Posted By text to white it made it the color of the body text.

    I’m trying to change “posted by” to white, caption text to black, and the nav menu at the very bottom to white.

    Any help here would be appreciated.
    Joe

Viewing 7 replies - 1 through 7 (of 7 total)
  • Don’t edit the Twenty Ten theme!

    Your customisations will be over-written the next time you upgrade WordPress or the theme. For this reason, it is recommended that you consider creating a child theme for your customisations.

    Thread Starter Joegir

    (@joegir)

    Yes I did that. Thanks esmi! What I can’t figure out is changing those colors. Why would changing that make it go to the body text color?

    Joe

    post your url so we can see to help you.

    Thread Starter Joegir

    (@joegir)

    I didn’t think of that govpatel.
    https://www.beyondtheseaboutique.com/Journal/

    first time I’ve posted a link here hope that works.

    I’m trying to make all the text that says posted by…… white
    when I changed what I thought was the proper line for that it changed it to the text color of the rest of the body.

    At the bottom of the post is a nav which I am also trying to make white (FFFFFFFF). I just can’t figure out which line of code does that… nor can I figure out why the 1st problem occurs.

    I bet its something dumb I’m not seeing.

    Joe

    In style.css around line 691

    .entry-utility {
    clear:both;
    color:#888888;
    font-size:12px;
    line-height:18px;

    change #888888 to #FFFFFF

    around line 697

    .entry-meta a, .entry-utility a {
    color:#888888;

    change #888888 to #FFFFFF

    Thread Starter Joegir

    (@joegir)

    Seems to have changed colors to blue (scratches head)Changed links to blue and static text such as Posted by to body text color

    That is because I there is no code for font color
    .entry-utility {
    clear:both;
    font-size:12px;
    line-height:18px;

    and same on

    .entry-meta a, .entry-utility a {

    there no
    color:#FFFFFF;

    on both of them

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Twentyten Colors’ is closed to new replies.