Quote:
Originally Posted by MarkFL
Hello Chloe!
Open up the "additional.css" template and locate the selector:
HTML Code:
.blocksubhead a{
color: #EEF6FF;
}
And change it to read:
HTML Code:
.blocksubhead a{
color: #EEF6FF !important;
}
This will allow the intended color to override the CSS given elsewhere. The best I can tell the tabs to the left and right of the month name don't contain anything.
|
Hi Mark!

That worked but it changed the font color in the navtabs of the blog sidebar also

Is it possible to change it just for the calendar? Also, the tabs to the left and right were the < and > symbols to select previous/next month.... Everytime I think I finally understand vb styling, fate throws another brick lol.