• Resolved PosiWebDesign

    (@posiwebdesign)


    At the time this issue appeared, this was a brand new site with no additional plugins installed yet. I was creating a custom Contact Us form, and one item used Checkboxes. I saw the option to use image choices, so people could click on the images to select them. In the preview, the titles of the choices show up right below the images, but on the live website, the text does not show up at all. Please help!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ethan Choi

    (@ethanchoi)

    Hi posiwebdesign,

    It looks like all the labels on the form has been set to white, and this includes the labels on the image choices.

    To fix this, please try the following custom CSS:

    .wpforms-image-choices-label {
        color: #333 !important;
    }
    

    And in case it helps, here’s a tutorial from WPBeginner on how to add custom CSS like this to your site.

    I hope this helps ??

    Thread Starter PosiWebDesign

    (@posiwebdesign)

    Worked like a charm! Thank you so much for the CSS and the link to the tutorial!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Use image choices for checkbox does not show text for the choices’ is closed to new replies.