Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1412058

    Hi,
    I use an element in a contact form with a checkbox as a mandatory field. The labelling in the element is multi-line. However, the line spacing is too large and the text is in bold font and should be smaller. Can this be changed or does it need a CSS code.
    I have placed the link to the page in the private content.
    Thanks,
    Beat

    #1412091

    Hey Beat,
    Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field and adjust to suit:

    #top label.input_checkbox_label {
    	font-size: 10px;
        line-height: 10px;
        font-weight: normal;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1412136

    Hey Mike
    Thanks for the CSS. The third line is not formatted correctly.
    Do you have a solution?

    Thanks,
    Beat

    #1412146

    Hi,

    Please try this CSS as well:

    .page-id-156 #element_avia_6_1 input#avia_6_1 {
      margin-bottom: 30px;
    }

    Best regards,
    Rikard

    #1412148

    Hi Rikard,

    Perfect! It works fine.

    Best regards,
    Beat

    #1412162

    Hi Beat,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Formular element Checkbox’ is closed to new replies.