Remove Day and Month

Home Forums Calendar Products Events Calendar PRO Remove Day and Month

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1586301
    joshvega
    Participant

    How can I remove the day and month?

    I tried div.sc_events_date_day div.sc_events_date_month {
    display:none !important;
    }

    but this does not seem to work.

    The widget is displayed on the homepage of djscepter.com

    #1587411

    Hi Josh,

    Thanks for reaching out again here!

    I actually just replied to your other thread, but I got some more information here, so I can help you out here.

    You can try adding the following CSS snippet to your WordPress Customizer or theme’s stylesheet:

    .sc_events_full .sc_events_date_month {
    display:none;
    }

    Let me know if that helps!

    Thanks,
    Jaime

    #1588165
    joshvega
    Participant

    That worked but I still need to remove the Day (01, 02, 03)

    #1588373

    Hi Josh,

    Try the following to remove the day:

    .sc_events_full .sc_events_date_day {
    display:none;
    }

    Let me know if that helps!

    Thanks,
    Jaime

    #1605052
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove Day and Month’ is closed to new replies.