๐คบ "Hiding" top bar of Slate Homepage (including upcoming events)
The Why
The How
- Go to Queries > Widgets:
- Create a new Widget called "Homepage" if you do not already have one.
- Click "Add Chart" and select "Custom SQL / HTML"
ย - Insert the following code:
<script type="text/javascript" xmlns="http://www.w3.org/1999/xhtml">
$( ".no-mobile" ).remove();
$( ".upcoming-events" ).remove();</script>
You will want to include some content in the HTML widget. There are many possibilities including calls to action, links, or status updates. And now that you have so much more real estate available, how will you use it? Aย Homepage Report, perhaps?
No Comments