Remove "Calendar of Events" and "Upcoming Events" main titles / Bordered to Full

Home Forums Calendar Products Events Calendar PRO Remove "Calendar of Events" and "Upcoming Events" main titles / Bordered to Full

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44779
    leadlinker
    Participant

    I’ve searched the forum and cannot find a clear answer to this question, so forgive me for asking again as I can see it has been asked before but the resolution hasn’t worked for me, perhaps because the plugin has changed. I’d simply like to remove the “Calendar of Events” and “Upcoming Events” titles. I’ve tried adding the following to the CSS Stylesheet but no success:
    .single-tribe_events aside.sidebar.right-sidebar { display: none; }

    Secondly, when I go from Bordered to Full-Width layout for my theme’s background, all my other plugin’s maintain their content in the Bordered structure except Events Calendar Pro. Is there a simply way to stop Events Calendar Pro filling the full-width and it remain in line with the bordered content?

    #44803
    Barry
    Member

    Hi leadlinker,

    To avoid confusion lets deal with the first issue here – if you could create a new thread for the second issue (bordered/full width layouts) that would be great.

    I’ve tried adding the following to the CSS Stylesheet but no success: .single-tribe_events aside.sidebar.right-sidebar { display: none; }

    So that snippet of CSS related to a separate problem – hiding a sidebar by CSS on single event views – and won’t help here. To remove the titles on those pages you could use CSS, for example:

    .events-list.events-archive h2.tribe-events-cal-title { display: none; }

    … However it is probably cleaner to handle this with some template customization – but first of all you should familiarize yourself with our themer’s guide if you haven’t already done so. The next step depends on the setting of Events > Settings > Template > Events Template. Can you tell me what that is?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove "Calendar of Events" and "Upcoming Events" main titles / Bordered to Full’ is closed to new replies.