Forum Replies Created

Viewing 4 Topics - 1 through 4 (of 4 total)
Author Posts
August 5, 2015 at 1:11 am in reply to: Styling the list of CSS 65302
hectorp hp hectorp hp

Solved,

This was the line of code I was looking for:

li.wpuf-el.pa_sizes.sizes div.wpuf-fields.wpuf_pa_sizes_checkbox_1680_1664 ul.wpuf-category-checklist li{
.
.
.
}

Thanks.

August 3, 2015 at 11:47 pm in reply to: Styling the list of CSS 65083
hectorp hp hectorp hp

Hello,

Sorry it connects via SSH, so I can’t provide login credentials.

I just want to style a specfic set of checkboxes assigned to a CSS class name. Not ALL the checkboxes. Is it possible?

August 3, 2015 at 1:58 am in reply to: Styling the list of CSS 64905
hectorp hp hectorp hp

My form is currently like this:
right-wrong

However I want to ONLY change the style of the specific checkboxes with the CSS class ‘sizes’.

If I change the CSS with this:


ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist li {
    margin-bottom: 5px;
    padding: 0px 20px 0px 0px;
    display: inline-block;
}

I get this result:

But it mess up all since it applies to all checkboxes not only to the specific checkboxes with the ‘sizes’ class name. I need only to style the ‘sizes’ checkboxes.

Thank you, Héctor P.

July 31, 2015 at 1:14 pm in reply to: Styling the list of CSS 64573
hectorp hp hectorp hp

Seriously three days and no answer?

Why add a ‘CSS Class Name’ to the Form Elements if they dont work for li and ul auto-generated?

Viewing 4 Topics - 1 through 4 (of 4 total)