Hi
I am working on an online survey and I have chosen Fluidsurveys.com to do so. Before I purchased a pro-version, I was promised that I could remove the survey-footer with CSS-coding. However, since Fluidsurveys.com is unwilling to help me out, I seek a bit of help as I am somewhat new to CSS coding.
Here is the link to the survey: http://fluidsurveys.com/surveys/mathias-kjaer/markedsundersgelse/
- and I have attached an image of the survey as well.
Anyone who can help, I would appreciate it a lot.
Thanks.
Attachment | Size |
---|---|
preview fluidsurveys.jpg | 106.01 KB |
You need to override this
You need to override this ruleset from the vendor
.fs-chrome .survey-footer p { background-color: #FFFFFF; border-radius: 4px; display: inline-block; padding: 5px 10px; }
In your own stylesheet, set the selector's display property to none and declare it important.
If you're using a free version, is it ethical to remove their footer?
cheers,
gary
Thanks Gary
Thanks Gary, you are the best. It works!
(And I am a paying customer at Fluidsurveys)