General changing the text-color

Support Area Forums Foxy General changing the text-color

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.romanlewizki.de/
  • Author
    Posts
  • #21352
    Avatar photoE. Klaubert
    Participant

    Hi Bill!
    I am sorry – might be, that is really easy, but…
    I can’t change the color of the quite normal text.
    Even if I change it in a post, it appears in white on the first page of the site…
    Please give me an advice.
    Regards… epi

    #21353
    Bill Robbins
    Moderator

    Good Morning,

    Great question there. There isn’t a built-in control for the body text, but you can change it. Here’s how:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      body {
      	color: #000000;
      }
      
    3. Just replace the #000000 with the color you’d like to use.
    4. Update your settings.

    That should change the text from white to the color you’d like to use. If you have any questions or trouble, just let me know.

    Thanks,
    Bill

    #21354
    Avatar photoE. Klaubert
    Participant

    Thanks! It’s good!
    But there is one small mistake by changing: There is no change in the line “date/author/Make a comment/blog” The font-color of the date changes – the rest not.
    Do you have another css text for it?
    Regards… epi

    #21355
    Bill Robbins
    Moderator

    Good follow up. Those items are links, and you can change those too. Add this to your Custom CSS too:

    
    p.post-meta a, 
    p.post-meta a:visited, 
    p.contact a, 
    p.contact a:visited {
    	color: #000000;
    	border-color: #000000;
    }
    

    Let me know if you run into any trouble there,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘General changing the text-color’ is closed to new replies.