MyBB Community Forums

Full Version: Change Post Info Color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

How would I change the info color on posts?
By "info", I'm relating to the date it was posted and the "IP address" and "Logged" next to it.

Thanks!
you can use required colors for .post .post_head span.post_date and .post_meta , .post_meta a in the global.css of the theme
Quote:.post .post_head span.post_date {color: #000fff;}
Quote:.post_meta , .post_meta a {color: #000fff;}
(2015-01-24, 07:00 PM).m. Wrote: [ -> ]you can use required colors for .post .post_head span.post_date and .post_meta , .post_meta a in the global.css of the theme

Quote:.post .post_head span.post_date {color: #000fff;}
Quote:.post_meta , .post_meta a {color: #000fff;}

Thank you very much!