How to change font size and font color date in circle?

GK User
Tue Dec 04, 2012 7:01 pm
Thanks to the code below I have to circles on the date (in override.css):
.itemDate {
float: left;
padding: 16px 0 0;
width: 67px;
height: 51px;
line-height: 18px;
text-align: center;
background: url('../images/date.png') no-repeat 0 0;
}

But the font color and size aren't good. I want the fontcolor white and a larger fontsize. How can I change it?
You can see the page at http://www.marcbogaert.be/goldiesradio/ ... p/winnaars
User avatar
Junior Boarder

GK User
Wed Dec 05, 2012 9:18 am
Please use this code :

Code: Select all
.item-page .itemDate, .blog-featured .itemDate, .article-content .itemDate {
font-color: #fff;
font-size: 20px;
line-height: 30px;
}
User avatar
Platinum Boarder

GK User
Wed Dec 05, 2012 9:44 am
Thank you! For some reason the font isn't white but I will look at that.
User avatar
Junior Boarder


cron