How can i change colors and the hidden days?

Home Forums Welcome! Pre-Sales Questions How can i change colors and the hidden days?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1287364
    Michael Walter
    Guest

    Hi guys,

    please look my page up: http://jms-krautheim.de/events/

    As you see the past days of the current month are hidden. Do you know how I can make them visible again? And is there an Option to change the background color of the calendar?

    Is there an option to highlight the current day? And can I add the next events as a list in a simple wordpress page?

    #1287493
    Geoff B.
    Member

    Good evening Michael and welcome to the Events Calendar forum!

    Thank you for your interest in our products.
    We’ll be glad to answer your questions.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
    color: #252525 !important;
    font-size: 24px !important;
    }

    In order to gain full power on your site’s look and feel, I would highly recommend reading the following articles:

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1287494
    Geoff B.
    Member

    Hello again Michael,

    Unfortunately, I hit the “Send” button a bit too quickly.

    To answer your last question getting your hands on a copy of the Events Calendar Pro will let you add our Advanced widgets or full calendar views to just any page as you can see here:

    1. https://theeventscalendar.com/product/wordpress-events-calendar-pro/
    2. https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/
    3. https://theeventscalendar.com/knowledgebase/embedding-calendar-views-tribe_events-shortcode/

    Have a great day!

    Geoff B.

    #1288105
    Michael Walter
    Guest

    hi! 🙂

    thanks geoff! Now i can see all days. But the current day is still invisible how can i remove the invisibility? Maybe i also could change the color of the current day into white? Is there an option to set the background color into green?

    i tried the code [tribe_events_list] in a simple wordpress page, it just shows this code not the events…

    #1288416
    Geoff B.
    Member

    Good afternoon Michael,

    I am glad you are making progress.

    The current day can be tackled by CSS too

    .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background-color: #6dab3c !important;
    }

    i tried the code [tribe_events_list] in a simple wordpress page, it just shows this code not the events…

    For the code to work, you will need to purchase and install the Events Calendar Pro: https://theeventscalendar.com/product/wordpress-events-calendar-pro/

    Best regards,

    Geoff B.

    #1298520
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How can i change colors and the hidden days?’ is closed to new replies.