How can I change background color title cell from calendar widget ?
example : in my site http://www.eron.ind.br I have a dark gray color and I would like to change it to red
thanks
How can I change background color title cell from calendar widget ?
example : in my site http://www.eron.ind.br I have a dark gray color and I would like to change it to red
thanks
Hey,
add following code to css/custom.css and change the coloe value:
#wp-calendar th {
background: #555555;
}
Thanks Dude !
Glad that I could help you :)
You must log in to post.