Custom CSS Quick Guide

The basic element for InstantSlideUp can be edited using the following attritube

Title Text

Title can be altered via the isutitle ID

for example the following CSS will set the title text to red

#isutitle {
color : red
}

Description/Opt-In Field Text

For Static/Carousal ISU, the description text is based on the isudescription ID.
For Opt-In ISU, label for the form (name/email) is based on the same isudescription ID as well.

for example the following CSS will set the description text to red

#isudescription {
color : red
}

Opt In Submit BUtton

Submit button can be modified by the isusubmit ID.

for example the following CSS will set the width of the submit button to 300px

#isusubmit {
width : 300px
}