How can I remove the border from the rich text field on my form? I've tried adding the code
".mkto.Form fieldset {
border: none!important; }"
to the Custom Form CSS in the editor, but the dark border is still appearing around the rich text. Bryan Epstein Sanford Whiteman, can either of you provide some insight?
Please highlight your code as CSS using the Syntax Highlighter in Advanced Editor.
And we'll need a link to your page if we're going to help you with the form.
(And you don't really need to tag us!)
Sanford,
Here is a link to the page: https://na-sj17.marketodesigner.com/m#LPPD5661.
That's a protected page on your instance. Need a publicly accessible URL.
Sorry about that. Here you go : Australia - ISA Internships.
You have this explicitly set in css_style_goabroad_700.css:
.em .form .mktoForm .mktoFieldWrap {
float:left;
width:100%;
border:1px solid #000;
}
Unless there's some reason to keep that default border style, remove it. (Don't override it, that'll just be confusing.)
That has to stay, otherwise the page displays like this:
Jesse Jones, do you still want the border to remain around the input fields?
Hi Bryan Epstein,
Yes, I would like all fields except the rich text to have the border. Is this possible?
Removing the border doesn't cause that.
Removing the entire style rule with the float, maybe. But that wasn't what I said.