Thanks Stephen! Appreciate your kindness and patience with my noobiness. I had heard that Atahualpa uses tables a lot more than many other themes.
I put the following in style.css and the problem is solved:
td.fc-day.ui-widget-content.fc-today.ui-state-highlight {
background-color: #ffffe0;
}
Thanks – if I ever need (or hear of someone who needs) the power of EO Pro, I’ll let it be known that you are The Man!
Read the 2nd post, from the plug-in author. You need to change
[/bscolumns]
[bscolumns class=”one_fourth”]
to
[/bscolumns][bscolumns class=”one_fourth”]
(WordPress puts in an unwanted < br /> tag between [/bscolumns] and [bscolumns class=”one_fourth”])
Ah, that did it! Thank you so much!