How do I remove top bar/navigation on list view?

Home Forums Calendar Products Events Calendar PRO How do I remove top bar/navigation on list view?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #56316
    Catherine
    Participant

    How do I remove the top bar navigation (where it says Events From:)?
    http://solarsource.net/education/
    I would like that space gone so the info below is moved up.

    Also, how do I remove the months listed on here (July 2013, August 2013, etc.)
    http://solarsource.net/education/

    #56513
    Catherine
    Participant

    Heeeeellllpppp

    #56794
    Barry
    Member

    Catherine: sorry first of all for the delay. We have traditionally strived to answer threads within 24hrs of them being posted (not counting weekends) however a sudden upsurge in demand has left us wanting on that front.

    Please accept our apologies – and we will now see what we can do to help 🙂

    http://solarsource.net/education/
    I would like that space gone so the info below is moved up.

    Can you try adding these rules to the bottom of your theme’s stylesheet? http://pastebin.com/v9K1A2Zi

    Also, how do I remove the months listed on here (July 2013, August 2013, etc.)
    http://solarsource.net/education/

    So you mean the month separators? If so please also add this rule to the same stylesheet: http://pastebin.com/gYLxhRnj

    Does that help here?

    #56803
    Catherine
    Participant

    Ok, I added both of them to the style sheet and that just about fixed it 🙂 However, the “Events From” box is still there.

    #56991
    Barry
    Member

    OK. Well again this can be accomplished by CSS. Where you previously added:

    #post--9999 #tribe-events-header,
    #post--9999 .entry-title {
    display: none
    }

    Can you make this:

    #post--9999 #tribe-events-header,
    #post--9999 #tribe-events-bar,
    #post--9999 .entry-title {
    display: none
    }

    Note that there are other ways and arguably better ways to do this, but this approach should provide a quick and effective workaround for the time being.

    #57067
    Catherine
    Participant

    Works very nice. Thank you!

    #58309
    Rob
    Member

    Excellent to hear this got you sorted, Catherine! I’m going to close out the thread here but please let us know if you need anything else down the road.

    #979716
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How do I remove top bar/navigation on list view?’ is closed to new replies.