List View – No Heading
-
Is there a way to get rid of the header in list view…or to change it? It currently changes according what is showing in the list, but I don’t need it there at all and it makes the list confusing. Is there a way to delete that header (for example, now it says “Nov 2015”, sometimes it says just the day if that is all that is in the list).
Thanks!
-
Is there a way to kill the header display ONLY in list view? I still want it on my “full” calendar, but the upcoming events list doesn’t need the month header.
@chrisgadlage this is the code I am using and it works perfectly
.simcal-calendar-list .simcal-current { visibility: hidden !important; } .simcal-calendar-list > .simcal-calendar-head{ display: none !important; } .simcal-default-calendar-list{ padding-top: 0px !important; }.
Thanks.
Is this:
“I am also still getting a large blank space with hidden arrows above the list view.
Is there a way to hide the arrows also?”still an issue?
No. The code I posted above removed the hidden arrows and the heading.
you can see it here: http://www.fbcob.org/calendar
Great. Thanks @mcarpenter2004.
In which css file should insert, and is there any special placement location needed in the file?I inserted it into my theme’s custom css field, which doesn’t require any special placement.
If your theme doesn’t have that sort of option, I’m not really sure where to put it. Sorry.It does. I just wanted to make sure before I experimented and blew up the entire site. 🙂
Thanks for all your help, Michael.
Thanks pablishe!
Hey just wanted to let you all know that we made this an option for list view in the 3.0.3 update.
The topic ‘List View – No Heading’ is closed to new replies.