Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #687035

    I have a Free quote page but can’t seem to get one category to arrange correctly.

    What I want it to say is:
    What Other Cali Green Services Are you Interested in:
    And Then have options for them to chose one or all of, I don’t want the question to be a category and I would like the question on its own line and the 4 categories underneath with the four boxes to check to the left. How do I do this? I need it to show up under contact as well as free quote.

    What Other Cali Green Services Are You Interested In:
    Cali Green Solar (Solar Panels)
    Cali Green Turf (Artificial Turf)
    Cali Green Water (Water Filtration)
    Cali Green Junk (Junk Removal)

    #688285

    Hi sgtsantos03!

    Thank you for using Enfold.

    Please add this in the Quick CSS field to force the checkbox items to go to their own line.

    span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
        display: block;
    }

    Cheers!
    Ismael

    #688525

    How do I get the first item to just be a question with no checkbox?

    #690265

    Hi,

    You can simply add following right before your checkboxes

    
    <p>Here is your questions</p><br>
    
    

    Best regards,
    Yigit

    #693411

    Neither of these worked. I copied the code and I placed both where you said to. I got a configuration error on the one to paste before checkboxes. and nothing happened when I copied the code to css.

    #693412

    log in info

    #693530

    corrected login info:

    #694146

    Hi,

    Please try the following CSS instead:

    .wpcf7-list-item {
        min-width:100% !important;
    }

    Regards,
    Rikard

    #695725

    Still not working?!? I’m not sure what to do I have been trying to get this fixed for over a week now.

    This is what I need on my “Contact” page and my “free quote” page

    What Other Cali Green Services Are you Interested In:
    -Cali Green Solar (Solar Panels)
    -Cali Green Turf (Artificial Turf)
    -Cali Green Water (Water Filtration)
    -Cali Green Junk (Junk Removal)

    And I need boxes (where there are hyphen) where they can select one or more boxes at once.

    #696867

    Hey!

    Please add the previous code that we suggested.

    span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
        display: block !important;
    }

    And then add this code to remove the checkbox of the first item.

    .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:nth-child(1) input {
        display: none !important;
    }

    Best regards,
    Ismael

    #698089

    Still didn’t work once again.

    #699431

    Hi,

    We added it in the Quick CSS field. Please remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.