Few Small Issues

Home Forums Calendar Products Events Calendar PRO Few Small Issues

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1244781
    Jason
    Participant

    I have 3 issues I need fixed. I’ve uploaded screenshots for each one.
    1. How do I get rid of the email listed in the events?
    2. Can I make the date and time bigger?
    3. Can I change the front from white to black on the time above the event in the day view?

    #1245411
    Geoff B.
    Member

    Good evening Jason and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    All of these are easy to handle with some CSS.

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

    .tribe-events-day .tribe-events-day-time-slot h5 {
    color: #000 !important;

    }

    .tribe-events-list .time-details {
    font-size: 16px;
    }

    .tribe-events-meta-group-organizer dt {display: none}

    .tribe-events-meta-group-organizer .tribe-organizer-email {display: none}

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1245416
    Jason
    Participant

    I plugged that in and it didn’t seem to do anything. Am I missing something?

    • This reply was modified 7 years, 2 months ago by Jason.
    #1246287
    Jason
    Participant

    I got it. Just needed to purge the cache

    #1246713
    Geoff B.
    Member

    Good evening Jason,

    This is super awesome!

    Is there anything else I can help you with on this topic ?

    Have a great day!

    Geoff B.

    #1246889
    Jason
    Participant

    Nope! Thank you!

    #1247189
    Geoff B.
    Member

    Good evening Jason,

    I am stoked, we fixed everything.

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Few Small Issues’ is closed to new replies.