• Resolved petitmouton

    (@petitmouton)


    Hello,

    Let me start by saying I am a novice when it comes to Word Press and just took over running a site so I’m kind of learning as I go.

    I updated the “calendar” plug in and now on my live calendar page there is a “Category key” below the calendar. I tried removing the coding in “Configure the stylesheet for Calendar” in “Calendar options” but it didn’t do anything.

    Any help would be greatly appreciated.

    here is a link to the page:
    https://dupetitmouton.com/cours-classes/knitting-classes/

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Kieran O’Shea

    (@kieranoshea)

    Open the calendar options page, find the style sheet box and tick the little box underneath that says reset styles to default and hit save.

    Once you’ve done this, search in the box for the following
    table.cat-key {
    Then on a new line underneath, add the following
    visibility:hidden;

    Once you’d done this, the category key should disappear

    Thread Starter petitmouton

    (@petitmouton)

    Hi Kieran,

    Thank you very much for the response, I did as you mentioned and it worked in removing the “Category Key” but there is a large blank space where it was located.

    Is there a way to remove that chunk of space.

    Thanks again!

    Plugin Author Kieran O’Shea

    (@kieranoshea)

    Ah, change
    visibility:hidden;
    to
    display:none;
    And you should be all sorted

    Thread Starter petitmouton

    (@petitmouton)

    YES! that worked.
    Thank you for all your help and the quick reply.

    Great plugin! Great support!

    Plugin Author Kieran O’Shea

    (@kieranoshea)

    Glad it’s all working for you, have marked this topic as resolved

    Please consider leaving the plugin a review!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘removing Category key from Calendar page’ is closed to new replies.