• Resolved lisavannoorden

    (@lisavannoorden)


    Hello Smart forms,

    Thank you for your wonderful plugin. I have a professional account. I am experiencing a design problem. In the footer, I have a “subscribe to newletter” form. I blanked out the label texts because I want to have the input field as tight beneath each other as possible. However..even though the label text is gone, the SPACE for the labels is still visible.

    It is strange because when I PREVIEW the form the forms looks just as I want to.

    Please help me with this issue.
    Thank you!

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter lisavannoorden

    (@lisavannoorden)

    Hello Smartforms,

    I have found the css for hiding the label text space..but it hides all spaces on all forms on the website. How can I target a specific form?

    .rednao_control_label {
    display: none !important;
    }
    form id=“sf13″

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    Could you send me a link to your form please?

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Err sorry, i didn’t see you actually added the link. Please try with this style:

    .rednao_label_container{
    display:none !important;
    }

    Thread Starter lisavannoorden

    (@lisavannoorden)

    Hello and thank you!

    This script takes out alle the labels of all the forms throughout the whole website..even though I place it in the css of the specific form.
    I need to be able to target a specific form. In this case the id of the form is form id=“sf13″.

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Okay, try with this:

    #sf13 .rednao_label_container{
    display:none !important;
    }

    Regards!

    Thread Starter lisavannoorden

    (@lisavannoorden)

    Hi there and thank you!

    Ok this is getting close. It does hide the TEXT of the labels only in form sf13. So that’s good. But it does not hide the SPACE of the labels. I mean the fields are not close enough to eachotehr, I need to get rid of that space in between the fields.
    Please take a look at https://versdenkers.nl/trendwatching-inschrijven-en-informatie/

    As you see the textlabels on the other forms are showing, which is good. And the textlabels on the form in the footer is hiding which s good. Now I need to get rid of space between the fields.

    Thank you for working with me!

    Thread Starter lisavannoorden

    (@lisavannoorden)

    Oh, it DOES work! Sorry I think I had a cache problem yesterday. I am so happy this worked out because the design in the footer is so much better now.
    Thank you very much!

    Lisa

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Ah great. Regards!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I have a professional account

    For pro or commercial product support please contact the author directly on their site.

    As the author is aware, commercial products are not supported in these forums. As you are their customer I am sure they will have no problem supporting you there.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘label space keeps showing’ is closed to new replies.