Hi,
I was wondering if anyone is currently using, and willing to share, CSS code to accomplish the following on Ning 3:
- Only event title + photo showing in the activity feed, no description.
- CSS to leave Google Calender out of Events.
It would be very helpful and much appreciated !
Best regards, Marco.
Replies
Hi Marco!
Here is the CSS to hide the description of the event in activity feed:
.feedEvent-createEventRollup div.activityFeed-detailContent {display:none;}
It should be inserted in Custom CSS section in the design studio.
Regarding your second question, do you wish to hide google calendar or place it somewhere else?
Best wishes,
Ning Team.
Awesome, thanks Kyryl ! And yes, I would prefer to hide the Google Calender.
You are welcome, Marco.
a[href*="https://www.google.com/calendar/event"] {display:none;}
This line is to hide the google calendar, also should be inserted in Custom CSS section.
Best regards,
Ning Team.
Works beautifully - thanks again for this service ! :-)
You are always welcome :-)