• Resolved ccojb0

    (@ccojb0)


    Hello,

    I would like to know if it is possible to custom the design of the calendar. It works but it is not looking really good… So, if I could modify the design it would be great.

    If it is possible, how to do so ?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Dan D

    (@duplaja)

    It is! One of the shortcode options adds a custom id to the container. You can then use that id to target components via css.

    Thanks,
    Dan

    Thread Starter ccojb0

    (@ccojb0)

    Hello Dan,

    Thank you very much for your answer. Indeed, I just saw the “id” tag. However, I do not now the id of each component of the calendar. For exemple, if I want to change the color of the “today” date, or the color when hovering on a date, in a cell, etc… Where can I find the id of each of those elements ?

    Thank you!

    Plugin Author Dan D

    (@duplaja)

    You’re welcome! The easiest way is to find the classes via Chrome’s Developer console (or similar in Firefox or other). In chrome, just right click on the item you want to affect, and choose “Inspect Element”. That will give you the classes for the item you want.

    For example, if you want to change “Today’s” value, you could do something like:

    #yourid td.fc-today {
    
       /*Your CSS rules here*/
    }

    Hope this helps!

    Dan

    Thread Starter ccojb0

    (@ccojb0)

    Thank you very much !!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom design for Dan’s calendar’ is closed to new replies.