• Resolved martin177

    (@martin177)


    Hi!

    First off, I need to say I really love your add-on with all its lovely functionality!

    My question is about your event calender widget. If you take a look at the page, the first thing you’ll see is the time of the event, but the name of the event unfortunately gets swallowed. Is there a way to remove the time from the month overview and have people see the title of the event? I want them to see the details (including the time) in the popup only (I am linking the events to my post pages and they can see every detail there).

    So I’m wondering if there is a css code I could use to remove the time from the month overview (and maybe even wrap the title)?

    Thank you very much in advance!!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ashikur Rahman

    (@ashikurwp)

    Hi @martin177 ,

    Greetings. Thanks a lot for your kind words. We really appreciate your feedback.

    Yes, there is a way to remove the time from the monthly overview. You can achieve this by using the following Custom CSS:

    .fc-event-time {
    display: none;
    }


    You can also check the demonstration here.
    You can add custom CSS by navigating to your WordPress?Dashboard -> Appearance -> Customize.
    After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert the CSS Code. Please check this screencast to learn more.

    Please check the information above and let us know if you need any further assistance. We would be happy to help you.

    Thank you.
    Have a Great Day!

    Thread Starter martin177

    (@martin177)

    Worked like a charm, thank you so much Ashikur!

    You have a great day as well ??

    Plugin Support Ashikur Rahman

    (@ashikurwp)

    Hi @martin177 ,

    Thanks for your confirmation. I’m glad I could assist.
    If you have a moment, could you please take 30 seconds to leave us a review at this link.

    Your feedback will help us improve and provide even better service. You’re always welcome to re-open the topic.

    Best Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘removing time from month view in event calendar possible?’ is closed to new replies.