• Hi,
    I am testing my new blog and I Customized it a bit, but I can’t read some text. check [url]http://www.webgeit.nl/barry[/url] to see what I mean..

    How can I solve this?? The hexcode for the color I want it to be is #F73838

    (sorry for my poor English)

Viewing 7 replies - 1 through 7 (of 7 total)
  • Lots of lines 🙂

    Which text did you want to change ?

    Thread Starter dork

    (@dork)

    I want to change the Date time.. Could you tell me how, instead of giving me a script or whatever, so i could change it myself into an other color later,
    thanx 🙂

    I think you want to put the colour into this section of the css

    small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #F73838}

    Thread Starter dork

    (@dork)

    okay, Thanx!

    If I understand you right, you want to change the date/time box that appears when you click on a single post.

    There is an article in our documentation site called Finding Your CSS Styles and it will help you locate the styles within your web page that need changing.

    Using those techniques, I found that your date and time information is in a section called the “post meta data” and it looks like this:

    <p class="postmetadata alt"><small>

    Pay attention to the first word “postmetadata” or the word “small” and look in your style.css file to find that word. There you will find all the information you need to style this section. The keyword you are looking for in the code is “color”. That is where you put your color code, replacing what was there.

    There is also an article on Styling Your Post Meta Data Section in the Codex that takes you step by step through the process of changing this area.

    Thread Starter dork

    (@dork)

    🙁 it doens’t help 🙁

    Thread Starter dork

    (@dork)

    You understand my wrong Lorelle, but your reply was usefull anyways.. I cant change the text color but i’ve already changed it in the css but it doesnt change on the website..

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Changing the text color..’ is closed to new replies.