How to hover options?

  • chiragvora123
    Asked on July 5, 2014 at 1:11 AM

    I wanted the same effect seen in this survey template. How to get that. See Q6. In this also they can click anywhere in the hover box. Not necessary that they have to select radio button.

    URL - https://www.surveymonkey.com/blog/en/market-research-product-survey-template/

    Thanks

  • NeilVicente
    Replied on July 5, 2014 at 1:42 AM

    Inject these CSS codes:

    .form-radio-item:hover {

    background-color: red;

    }

    .form-single-column, .form-radio-item {

    width: 100%;

    }

    Feel free  to change the background color to suit your preference. Hope this helps.