Hiding cost from top

Home Forums Calendar Products Events Calendar PRO Hiding cost from top

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1007687
    Dan
    Participant

    I’ve hidden the cost from the top of the single event view page, and also centered the event’s title and date. However, the area where the cost was previously displayed is preventing the date from centering on the page.

    Any idea how I how I can remove the placeholder where the cost was previously displayed?

    Here’s the custom css I used to hide the cost at the top:

    .tribe-events-schedule .tribe-events-divider,
    .tribe-events-cost {
    display: none !important;
    }

    Thanks!

    #1007978
    Nico
    Member

    Hi Dan,

    Glad to help you out once again 🙂

    Not sure about what you mentioned about the placeholder messing with the date centering, but I just tried this CSS lines and it seems to work as expected.

    .single-tribe_events .tribe-events-schedule h3 {
    width: 100%;
    }

    Tested it here: http://www.fedbarchicago.org/event/frcp-amendments-perspectives-from-the-bench-nov-2015/

    Please let me know if this snippet does the trick,
    Best,
    Nico

    #1008072
    Dan
    Participant

    That worked. Thanks for your help, Nico!

    #1008075
    Nico
    Member

    Hey that’s great Dan,

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hiding cost from top’ is closed to new replies.