Go to the Page Custom CSS and edit the code with the bold text.
.typewrite{
color: white!important;
text-transform: lowercase;
line-height: 1;
font-size: 140px;
text-align: center;
font-family: 'Delight Mother';
font-weight: 400;
font-style: normal;
}
/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
.typewrite{
font-size: 80px;
}
}
/* Phone And Below */
@media all and (max-width: 479px) {
.typewrite{
font-size: 50px;
}
}
Directions: Edit the bold text in the embeded code box above.
<center><a href="" class="typewrite" data-period="2000" data-type="[ "Showit Website Design", "Branding for Women" ]">
<span class="wrap"></span>
</a></center>
Please Note: In order for the Animated typing text to work you must grab this whole page to use and not just the canvas because there is custom coding used within the page settings in the custom css box as well as inline javascript code.