Changing Survey Next Button, Background and Hiding Progress Bar
Chris Liles
Last Update 4 tahun yang lalu
Add the following script to the CSS box under the Style tab.
Script
.ghl-footer
{
position: relative;
background: none;
box-shadow: 0 0 black;
}
.ghl-progress-bar
{
visibility: hidden;
}