Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter jaylad

    (@jaylad)

    I know. I was sleepy last night, wow.

    I figured out how to fix this issue. The fix will particularly resolve the issue of WordPress inserting
    tags that schew the aesthetics of forms. The style sheet can be downloaded/edited(remote server panel in filezilla), , then resubmitted to the remote server using filezilla(see youtube tutorials to learn how to edit such a file).

    In style.css(or relevant stylesheet), insert

    To eliminate inserted breaks: form li br {display: none;}

    To eliminate inserted spans: form li span {display: none;}

    Thread Starter jaylad

    (@jaylad)

    to clarify, I’d like to remove “unnecessary span” not “unnecessary form” tags

Viewing 2 replies - 16 through 17 (of 17 total)