How Can I Change Color Of My WP Blog's post?

by UTOBC
6 replies
  • WEB DESIGN
  • |
Hey Value Visitors,

Could you please recommend me any WP Plug-Ins or techniques that I could change the color of text of my blog post. My text is a little bit grey and it's hard for visitors to read it (see through my signature link).

Thank so much for your rely!
#blog #change #color #post
  • Profile picture of the author madno
    open the the template and look at the style.css

    look at the body
    or the content part.
    you can change the colour through that.
    Signature
    Free Wordpress Landing Page Download it for free. Now you can customize the header and background very easily. One theme with infinite design. Provided with video tutorials.
    {{ DiscussionBoard.errors[2604761].message }}
  • Profile picture of the author Vincenzo Oliva
    When you make a post switch to html and in the upper right you can expand the options. You should have different fonts and colors available. If that's no good there is a really good plugin called "tinymce" that expands your editing ability even further.
    {{ DiscussionBoard.errors[2604781].message }}
  • Profile picture of the author theurbantwist
    Originally Posted by UTOBC View Post

    Hey Value Visitors,

    Could you please recommend me any WP Plug-Ins or techniques that I could change the color of text of my blog post. My text is a little bit grey and it's hard for visitors to read it (see through my signature link).

    Thank so much for your rely!
    Altering the css file should do the trick. If you need help, just PM me and I'll walk you through it. It's not hard.
    Signature

    TheUrbanTwist.com is giving away 3 $25 Fandango Gift Certificates to see "The Hunger Games: Catching Fire"!

    Just sign up for our newsletter for your chance to win!

    {{ DiscussionBoard.errors[2604822].message }}
  • Profile picture of the author UTOBC
    Should I change sth in red below?
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    :focus {
    outline: 0;
    }
    ins {
    text-decoration: none;
    }
    del {
    text-decoration: line-through;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    a {
    color: #<?php echo ;?>;
    text-decoration: none;
    }
    a:hover {
    color: #<?php echo ;?>;
    text-decoration: underline;
    Thanks!
    {{ DiscussionBoard.errors[2605353].message }}
  • Profile picture of the author Big Squid
    That would change the color of your links. If you want to change your font color, your search (CTRL+F) for #text in your css file. You'll see that your color is currently #6E6E6E - which I don't think is all that bad.

    Perhaps adding:

    font-weight:bold;

    To the #text would increase the contrast. Otherwise, exchanging another color code in place of 6E6E6E would make that change as well - but only for text, not headlines, or links, etc...
    {{ DiscussionBoard.errors[2605795].message }}
  • Profile picture of the author UTOBC
    Ok, that would be great help. I'll test it!
    {{ DiscussionBoard.errors[2610644].message }}

Trending Topics