I have made this form http://lsdllc.coffeecup.com/forms/LandscapeDetailLLC/
I would like to have the font that shows when the customer types in their info be another color as it is a bit hard to see. But for the life of me I cannot find where to change it.
Any help is appreciated.
Thanks,
MJ
I would like to have the font that shows when the customer types in their info be another color as it is a bit hard to see. But for the life of me I cannot find where to change it.
Any help is appreciated.
Thanks,
MJ
Inputs
Text area
#docContainer.fb-large input[type="text"], #docContainer.fb-large input[type="password"], #docContainer.fb-large input[type="email"], #docContainer.fb-large input[type="number"], #docContainer.fb-large input[type="date"], #docContainer.fb-large input[type="url"], #docContainer.fb-large textarea, #docContainer.fb-large input[type="tel"] {
color: #000000;
}
color: #000000;
}
Text area
#docContainer .fb-textarea textarea {
color: #000000;
}
color: #000000;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thanks, Eric!
However, I need the low, low shelf. Is this after export? I dont see this option inside the program itself.
Thanks, as always, for all you bring to these forums.
MJ
However, I need the low, low shelf. Is this after export? I dont see this option inside the program itself.
Thanks, as always, for all you bring to these forums.
MJ
You can actually add a html element to your page and get it done there.
Yo can also alter the css after export.
Yo can also alter the css after export.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thanks, Eric.
Do I add the html element to the one I insert for the form (hosted on s drive)? Or is it a separate html element?
Thanks,
MJ
Do I add the html element to the one I insert for the form (hosted on s drive)? Or is it a separate html element?
Thanks,
MJ
Hi MJ, It would be the same html element. Make sure you wrap the css with <style></style> tags

Thanks for the tip James D!

Hi
exscuse me, but I don't understand how to.
I use my form and i print this after complete. The input format is to much light and small for print good.
can you explain me step by step?
exscuse me for my bad english
FAbio
exscuse me, but I don't understand how to.
I use my form and i print this after complete. The input format is to much light and small for print good.
can you explain me step by step?
exscuse me for my bad english
FAbio
Add this to an html element on your form.
<style>
#docContainer.fb-large input[type="text"], #docContainer.fb-large input[type="password"], #docContainer.fb-large input[type="email"], #docContainer.fb-large input[type="number"], #docContainer.fb-large input[type="date"], #docContainer.fb-large input[type="url"], #docContainer.fb-large textarea, #docContainer.fb-large input[type="tel"] {
color: #000000;
}
#docContainer .fb-textarea textarea {
color: #000000;
}
</style>
#docContainer.fb-large input[type="text"], #docContainer.fb-large input[type="password"], #docContainer.fb-large input[type="email"], #docContainer.fb-large input[type="number"], #docContainer.fb-large input[type="date"], #docContainer.fb-large input[type="url"], #docContainer.fb-large textarea, #docContainer.fb-large input[type="tel"] {
color: #000000;
}
#docContainer .fb-textarea textarea {
color: #000000;
}
</style>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thank you Eric
this change is visible only when I will print, right?
is possible have a fonts more large than this? or bold fonts?
F4bius
this change is visible only when I will print, right?
is possible have a fonts more large than this? or bold fonts?
F4bius
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.