-
AuthorPosts
-
September 15, 2016 at 5:58 pm #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)September 19, 2016 at 6:19 am #688285Hi 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!
IsmaelSeptember 19, 2016 at 3:10 pm #688525How do I get the first item to just be a question with no checkbox?
September 22, 2016 at 2:11 pm #690265Hi,
You can simply add following right before your checkboxes
<p>Here is your questions</p><br>
Best regards,
YigitSeptember 29, 2016 at 10:30 pm #693411Neither 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.
September 29, 2016 at 10:31 pm #693412log in info
September 30, 2016 at 6:10 am #693530corrected login info:
October 1, 2016 at 6:06 am #694146Hi,
Please try the following CSS instead:
.wpcf7-list-item { min-width:100% !important; }
Regards,
RikardOctober 5, 2016 at 7:35 pm #695725Still 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.
October 8, 2016 at 9:34 am #696867Hey!
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,
IsmaelOctober 11, 2016 at 10:21 pm #698089Still didn’t work once again.
October 16, 2016 at 3:23 am #699431 -
AuthorPosts
- You must be logged in to reply to this topic.