2 replies [Last post]
mathiask
mathiask's picture
Offline
newbie
Last seen: 8 years 30 weeks ago
Timezone: GMT+1
Joined: 2014-08-06
Posts: 3
Points: 5

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.

AttachmentSize
preview fluidsurveys.jpg106.01 KB
gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 13 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

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

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.

mathiask
mathiask's picture
Offline
newbie
Last seen: 8 years 30 weeks ago
Timezone: GMT+1
Joined: 2014-08-06
Posts: 3
Points: 5

Thanks Gary

Thanks Gary, you are the best. It works! Smile

(And I am a paying customer at Fluidsurveys) Smile