CUSTOM FONT UPLOADS

Headline Font TTF

h1 h2 h4
48/36, 36/30, 24/20
Newsreader Text

DOWNLOAD

 Script Font TTF h3 h5

64/24, 20/18
Modernline Script

DOWNLOAD

 Subheading Font TTF H6
16/16
Gotham Light Caps

DOWNLOAD
HOW TO ADD CUSTOM FONTS
TAKE ME THERE>

VIDEO TUTORIALS

TAKE ME THERE>

CANVA TEMPLATES

BACKGROUND TEMPLATES

[EXPORT AS JPG 80%]

DOWNLOAD

MODULE IMAGE TEMPLATES

[ EXPORT AS PNG & TRANSPARENT BACKGROUND] 

DOWNLOAD

REPLAY TEMPLATE

[ EXPORT AS PNG & TRANSPARENT BACKGROUND] 

DOWNLOAD

Pink-arrow for bullet lists

<ul id="pink-arrow"> Add this to the source code in the element update this in the custom CSS for whichever bullet type you want to use

Add the following to the Custom CSS on the page - add the image URL between () in the 3rd section

#pink-arrow { list-style: none;
padding: 0; }

#pink-arrow >li{ position: relative; padding-left: 50px; /* Space between the icons and each list items or bullet list */ margin-bottom: 20px; /* Space between each list items */ }

#pink-arrow >li::before{ content: ''; width: 30px; /* width of the image */ height: 30px; /* height of the image */ background-image: url(); /* add Image between the brackets */ position: absolute; bottom: 0; left: 0; top: 0; background-size: cover; background-repeat: no-repeat; background-position: center; }