• i am looking to change the time and date color in my blogs…ok, i have looked all over stylesheet and i just cant seem to find where to adjust the color…

    little help anyone? thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • You’ll need to add this to your stylesheet at the end…

    div.post small {

    color:#xxxxxx;

    }

    However, this would change anything with the tag <small> in your posts to the same color. If you don’t think you’ll ever use that in your posts, or don’t care then it’s no big deal. If you don’t like that, in your template replace the <small> tag around the date with something like <h5>. Then, put this in your stylesheet instead.

    h5 {

    color:#xxxxxx;

    }

    Of course, you’ll want to replace xxxxxx with the hex color code of your choice.

    Oh yeah, and that was all assuming that the page in question is the one linked to your profile.

    Thread Starter troppmann

    (@troppmann)

    thanx for your help….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘time and date color….’ is closed to new replies.