NEED A LITTLE MORE HELP?
You have 8 weeks of included support after launch to fix any issues or for me to record any help videos.
After that, you can book me for an hour screen share here .
NOTES:
Save your section as a backup before editing (look for the heart icon).
Always check the site on mobile after edits! Editing causes things to shift on mobile.
ADDING IMAGES
walkthrough video
resize vertical images DOWN to 1200px wide, horizontal images DOWN to 2500px wide
run through https://tinypng.com/
then add to site
set ALT TEXT on image if needed
asset library video
ADDING TESTIMONIALS
walkthrough
ACCORDION BLOCKS (careers, resources, etc)
walkthrough
SENDING EMAIL CAMPAIGNS
walkthrough
AFTER SITE LAUNCH
GSC errors - don’t panic
POST-LAUNCH SEO CHECKLIST
These are steps you can take to improve your SEO after site launch.
Add your website URL to each of your social media profiles
If you have a business, create a Google Business account and keep it active with posts and responding to reviews
Get backlinks for your website
get listed on your local Chamber of Commerce site or other relevant directories
Keep your site active
add/update your projects regularly
FONTS
Headings: Minerva Modern
Paragraphs: Proxima Soft
Buttons: Pontano Sans
COLOURS
Colour Palette & HEX codes
CUSTOM CODE BACKUP
PAGE INJECTION
<!-- Auto Update Footer Year -->
<style>footer a[href="#[date]"]{background:none!important;text-decoration:none;pointer-events:none!important;color:currentColor!important;}</style>
<script>(function(){var footerYear=document.querySelector('footer a[href="#[date]"]');footerYear.innerHTML = "";footerYear.appendChild(document.createTextNode(new Date().getFullYear()));})();</script>
<!-- end Auto Update Footer Year -->
CSS CUSTOM CODE
/**
*On the Main Navigation
*Dropdown Menu
*Dropdown Padding
*/
.header-nav .header-nav-item--folder .header-nav-folder-content {
padding: 0px; }
/*Dropdown Container
*/
.header-nav-folder-content {
border-radius: 6px;
background: #093E5A !important; }
/*Link Styling
*/
.header-nav-folder-item { a {
color: #ffffff !important;
padding: 15px !important; }}
/*Hover colour
*/
.header-nav-folder-item:hover {
background: #ffffff !important; }
/*Match Border Radius of Container
*/
.header-nav-folder-item:first-child:hover { border-radius: 6px 6px 0 0;}
.header-nav-folder-item:last-child:hover { border-radius: 0 0 6px 6px;}
/*Hover Link Styling
*/
.header-nav-folder-item:hover {
a { color: #000000 !important; }}
/*Container Drop Shadow
*/
.header-nav-folder-content {box-shadow: 2px 2px 5px rgba(0,0,0,.2)}
/*Remove Active Underline on Main Nav
*/
.header-nav-item--active a {
background-image: none !important; }
/*Remove Active Underline on Dropdown Nav
*/
.header-nav-folder-item--active .header-nav-folder-item-content {
background-image: none !important; }
/*Left Align Nav Links
*/
.header-nav-folder-item {
text-align: left; }
/*Make Entire Hover Area Clickable
*/
.header-nav-folder-item a {
display: block; width: 100%; height: 100%; }
/**
*Events Page
*View Event Button Padding
**/
.eventlist-button{
margin-top: 25px;
}
/**
*Mobile
*Carousels
*Better Carousel Summary Block Display on Mobile
**/
section[data-section-id="6818c77c4a31716f36d51e04"] {
@media screen and (max-width: 640px) {
.summary-item-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.summary-item {
width: 100%!important;
margin-bottom: 50px;
}
.summary-item:nth-child(n+4) {
display: none;
}
.summary-carousel-pager {
display: none!important;
}
}
@media screen and (min-width: 641px) {
.button-block {
display: none;
}}}
/**
*Code Blocks
*Wrap Code Blocks Instead of Scrolling **/
.source-code {
white-space: pre-wrap;
background: #ffffff;
border-radius: 30px;
padding: 20px;
}