Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bold the dates with different colors in schedule calendar #45

Closed
vinay1243 opened this issue Jul 24, 2017 · 3 comments
Closed

Bold the dates with different colors in schedule calendar #45

vinay1243 opened this issue Jul 24, 2017 · 3 comments

Comments

@vinay1243
Copy link

I have to bold the dates in the schedule calendar instead of circles in the bottom.
Please let know how can i customize it.

@kwek92
Copy link

kwek92 commented Aug 15, 2017

.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a{
color: #5c6270 ;
background-color: transparent ;
box-shadow: none ;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a{
font-weight: 900 ;
background-color: transparent ;
box-shadow: none ;
}

@KennethanCeyer
Copy link
Owner

Hi @vinay1243

Did you solve this question?

If it is, I will close this issue.

And thank you for answering @kwek92 👍

@vinay1243
Copy link
Author

Hi @kwek92 ,

I want the schedule event dates to be bold in color. Currently if a date has schedule it will have have small circle below that date. I don't want circle in down, instead the date has to bold in the specified color.

calendar

In the above screen shot it has circle below the schedule. Instead of circle just bold that date.

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

No branches or pull requests

3 participants