Hi, im using enfold with the plugin Booked and the enfold CSS seems to be overriding the booked styles making the text invisible (same color as the background). Can you guys help me to fix that?
Here is the problem:
Then selected you can see the text that should be visible.
Page address: http://www.mathiasluciano.com
Can i change the background color of the calendar somehow?
Thanks in advance.
Hi spellcat!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body table.booked-calendar thead th .monthName {
color: orange!important;
}
Regards,
Yigit
Worked flawlessly. Thanks Yigit =)