Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file *SOLVED*Change color of Weekday Background

More
10 years 8 months ago - 10 years 8 months ago #2741 by Grahamdek
Hi, I've managed to change the color of all the calendar backgrounds except for the weekday. I have tried many options but am only able to change the text color. Please can you let me know how to change this background. I am using my sites template.css
Thank you
Last edit: 10 years 8 months ago by Grahamdek. Reason: solved

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #2743 by admin
Replied by admin on topic Re: Change color of Weekday Background
Hello,
I cannot really tell why you are having trouble changing the background (without code or URL), but have you tried to do something like:
background-color: #FFFFFF !important;
? It forces the style to be applied.

Olivier.

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #2750 by Grahamdek
Replied by Grahamdek on topic SOLVED: Change color of Weekday Background
Thank you!! This worked
I used the following:
.newshead .weekday { color: #fff !important;
background:#7496ce !important;
border-bottom: 1px solid #fff;
}
.newshead .month { color: #fff !important;
background-color:#1049a7;
border-bottom: 1px solid #fff;
}
.newshead .day { color: #fff !important;
background-color:#1049a7;
border-bottom: 1px solid #fff;
}
.newshead .year { color: #fff !important;
background-color:#092c66;
border-bottom: 1px solid #fff;
padding-top:2px;
}
To get this

Thanks again! :)

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #2756 by admin
You are welcome!
The result looks very good :-)
For info, I will put an update online today or tomorrow at the latest. It will add an 'hour' field to the calendar.

Olivier.

Please Log in or Create an account to join the conversation.