SMS in New CMS
Styles in Module Settings
The SMS Module now has built in styles you can switch between. Fixed Bottom
is the default style setting chosen. Other options are shown on the image to the right.
If Dealer Wants to Modify Text
If the dealer wishes to modify the text of the SMS button/bar you will need to choose a Button Style and paste one of the following corresponding lines of code with the modified text to the Override Style Text setting:
Fixed Bottom:<div class="sms-fixed__bottom"> <span class="sms-icon"><i class="fas fa-comments"></i></span> <span class="sms-text"> DEALER MODIFIED TEXT</span> </div>
Fixed Side:
<div class="sms-fixed__side"> <span class="sms-icon"><i class="fas fa-comments"></i></span> <span class="sms-text"> DEALER MODIFIED TEXT</span> </div>
Fixed Side Icon:
<div class="sms-fixed__side_icon"> <span class="sms-icon"><i class="fas fa-comments"></i></span> <span class="sms-text"><i class="fas fa-mobile-alt"></i> DEALER MODIFIED TEXT</span> </div>
Fixed Side Icon Alert:
<div class="sms-fixed__side_icon_alert"> <span class="sms-icon"><i class="fas fa-comments"></i></span> <span class="sms-text"><i class="fas fa-mobile-alt"></i> DEALER MODIFIED TEXT</span> </div>
Fixed Bottom Bar:
<div class="sms-fixed__bottom_bar"><div class="smsTitle"><span>DEALER MODIFIED TEXT </span></div><div class="smsCTA"><i class="fas fa-comments"></i><span> DEALER MODIFIED TEXT
</span></div></div>

Examples of Styles:
Fixed to Bottom 

Fixed to Side 

Fixed to Side Icon 

Fixed to Side Icon Alert 

Fixed to Bottom Bar 
