• Resolved sicilybambolina

    (@sicilybambolina)


    Hi, πŸ™‚
    I love your plugin and have pretty much set up the calendar the way I like it. πŸ™‚
    Still, there is one thing bothering me quite a little bit. 🀨

    I see no value in having the weekdays underlined when hovering but I can’t seem to find a way to turn that off. I tried a lot of things like:

    .piecal-grid-day-header-text–full:hover {
    text-decoration: none !important;
    }

    But the underlining just wouldn’t go away. 😟
    Can you help? πŸ™‚

    P.S.: it would be nice if one could just hop to a certain month of a certain year without having to click the “prev button” a hundred times. πŸ˜‰

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Spellhammer

    (@spellhammer)

    Hey there,

    You should be able to target the day names on the classic calendar view with something like this:

    a.fc-col-header-cell-cushion {
    text-decoration: none;
    }

    Note that the styles applied to these links may vary by theme as well.

    it would be nice if one could just hop to a certain month of a certain year without having to click the β€œprev button” a hundred times.

    Thanks for the feedback! I’ll add a note to our GitHub to look into a better way to navigate large spans of time.

    Plugin Author Spellhammer

    (@spellhammer)

    Marking this one as resolved, but feel free to follow up if you continue to have trouble styling the day names.

    Thread Starter sicilybambolina

    (@sicilybambolina)

    Thank you very much! πŸ™‚

    You know what would be great also? The possibility to add recurring events such as birthdays, anniversaries, etc. πŸ™‚

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.