YOUR MESSAGE GOES HERE. YOUR MESSAGE GOES HERE. YOUR MESSAGE GOES HERE.  

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="[ &quot;Showit Website Design&quot;, &quot;Branding for Women&quot; ]">
    <span class="wrap"></span>
  </a></center>

How to edit text:

How to edit font, color, and size:

Scrolling Effect Snippet