what is the page ID ofthe calendar

Home Forums Calendar Products Events Calendar PRO what is the page ID ofthe calendar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1024290
    david
    Participant

    http://kidsmagicworld.com.au/events/ Iam trying to get the calendar mobile ready and need to remove the header and menu from the page-with every other page I can add css like:
    .page-id-2299 #navigation { display: none !important; }
    .page-id-2299 #wrapper {background: #ffffff; !important;}

    how do I do this for the events page? I can’t find the ID number: http://kidsmagicworld.com.au/events/

    Also I would like to remove the “learn more” link on the mobile view when you click a date and the events appear under

    #1024380
    Cliff
    Member

    Hi again, David.

    That page is not a single WordPress page with a page ID.

    Instead, it’s a WordPress archive page.

    You can see that with body.post-type-archive-tribe_events

    I hope that helps.

    #1024442
    david
    Participant

    no it doesn’t – how do I use CSS to remove the header and navigation? I am not a web guy you gotta dumb it down by giving me the exact css to copy and paste in

    #1024459
    david
    Participant

    body.post-type-archive-tribe_events #navigation { display: none !important; } OK I think I am getting somewhere- thank you

    #1024916
    Cliff
    Member

    Glad to hear it. You’re welcome.

    For future reference, per our Support Terms, we do not provide support for such customizations. However, we definitely can point you in the right direction, as happened in this thread. 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘what is the page ID ofthe calendar’ is closed to new replies.