Home › Forums › Calendar Products › Events Calendar PRO › Small CSS Change for calendar header
- This topic has 10 replies, 4 voices, and was last updated 10 years ago by
Paul.
-
AuthorPosts
-
July 7, 2016 at 1:35 am #1136417
Paul
ParticipantI have a similar issue to https://theeventscalendar.com/support/forums/topic/small-css-change-in-view/ and want to change the background of the calendar header, thats all. Is it possible to let me know where.
Thanks
July 7, 2016 at 8:30 am #1136513Geoff
MemberHi Paul, thanks for writing in!
Try adding this CSS snippet to your theme’s style.css file or using the Simple Custom CSS plugin:
#tribe-bar-form { background: orange; /* or whatever color you want :) */ }Will that work for you? Please let me know.
Cheers!
GeoffJuly 7, 2016 at 6:04 pm #1137029Paul
ParticipantNo unfortunately that didnt work.
July 7, 2016 at 8:51 pm #1137083Paul
ParticipantHi Geoff
theres doesnt seem to be anything like #tribe-bar-form in the original css sheet?
ThanksJuly 8, 2016 at 7:51 am #1137223Geoff
MemberHi Paul,
Will you please send me a screenshot of what you’re trying to change? I was going off the screenshot of the previous thread you shared, but it looks like this is something slightly different and a visual would help me out a lot.
Thanks a ton!
Geoff
July 8, 2016 at 11:11 am #1137435Paul
ParticipantI just need to change the grey calendar header background.
Thanks
July 8, 2016 at 1:59 pm #1137556Geoff
MemberThats super helpful, thanks!
This should do the trick:
.tribe-events-calendar thead th { background: orange; /* or whatever color you want :) */ }Let me know if that does a better job. 🙂
Thanks!
GeoffJuly 9, 2016 at 2:19 am #1137701Paul
ParticipantHi Geoff
It is and it isn’t working. When the page loads or refreshes it flashes orange (just using that to see if it works) and then the dark grey settles over it. So something is overriding it. I had put the code in the custom style sheet of the child theme. so not sure what is overriding it, I will continue to fiddle and get back to you.
Thanks
July 11, 2016 at 7:11 am #1138085Geoff
MemberThanks Paul!
Not sure if it will help at all, but you could try this as well:
.tribe-events-calendar thead th { background: orange !important; }Geoff
August 2, 2016 at 9:35 am #1146585Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘Small CSS Change for calendar header’ is closed to new replies.
