Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Hiding week info during mouseover and click events #261

Closed
anand1st opened this issue Jan 18, 2016 · 5 comments
Closed

Hiding week info during mouseover and click events #261

anand1st opened this issue Jan 18, 2016 · 5 comments

Comments

@anand1st
Copy link

mwl-calendar

Firstly, my thanks for the calendar. It's impressive.

I have a query. If I would like to hide the Week Info (please see attached image) for both mouseover and click event, how would i go about doing that?

@mattlewis92
Copy link
Owner

You can just hide it with CSS 😄

#cal-week-box {
  display: none;
}

@anand1st
Copy link
Author

Thanks a bunch Matt... for some reason, thought it'd be harder than that...

@mattlewis92
Copy link
Owner

No problem, happy to help :)

@prashanth-n
Copy link

for the people who want to delete it from the template, if the css trick didn't work:

Just delete this part..

@MargaretKrutikova
Copy link

This should work for the latest version:
.cal-week-box-cell { display: none; }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants