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?