-
AuthorPosts
-
March 27, 2017 at 2:21 am #767119
What element do I use to add needed CSS to change the background color for the white text in Month view?
Here’s a screen shot:
http://www.hessel.org/wp-content/uploads/2017/03/Screen-Shot-2017-03-25-at-11.03.03-AM.pngPage is http://www.hessel.org/events/
Thanks,
Terry
March 27, 2017 at 4:03 am #767151Hey Terry,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top td .tribe_events { background: #333 !important; }Hope this helps :)
Best regards,
NikkoMarch 27, 2017 at 4:11 am #767155Nikko,
You ROCK!
One more detail request please.
There is a line or border separating multiple events on the same day. I need to control its color. CSS target please.
Here is a screenshot:
http://www.hessel.org/wp-content/uploads/2017/03/Screen-Shot-2017-03-26-at-7.07.17-PM.png
March 27, 2017 at 4:48 am #767173Hi,
You can see that each category has an exclusive class: http://prntscr.com/eovhs8 –
You need the class that you want to change and add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.tribe-events-category-adults { border-left: 5px solid #fbfbfb !important; }You need to change the class for other category :)
Best regards,
John TorvikMarch 27, 2017 at 6:40 am #767212Sorry I miscommunicated –
It is the horizontal line separating the events I want to control
http://www.hessel.org/wp-content/uploads/2017/03/Screen-Shot-2017-03-26-at-7.07.17-PM.png
March 27, 2017 at 7:02 am #767219Hi,
Try change the code I gave you from:
#top td .tribe_events { background: #333 !important; }to:
#top td .tribe_events { background: #333 !important; border-bottom: 0 !important; }Let us know if this helps :)
Best regards,
NikkoMarch 27, 2017 at 7:30 am #767230Nikko,
That removed the border.
I actually wanted the borer to remain, but change border color to white.
March 27, 2017 at 7:40 am #767232Hi,
Oh sorry for that you can use this code instead:
#top td .tribe_events { background: #333 !important; border-bottom: 1px solid white !important; }Best regards,
NikkoMarch 27, 2017 at 7:45 am #767234Perfect!
Thank you and good night.
Terry
March 27, 2017 at 7:47 am #767237Hi Terry,
Glad we could help and thanks for using Enfold :)
Best regards,
Nikko -
AuthorPosts
- The topic ‘Events Calendar Pro change the background and font color’ is closed to new replies.
