• Resolved technicalx

    (@technicalx)


    CSS for Contactform7 select input shows no icon on Firefox, just white box so it doesn’t look like a dropdown. Suggest removing the menulist-button rules from
    .wp-block-uagb-cf7-styler .wpcf7 select

Viewing 1 replies (of 1 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hey @technicalx ,

    Thank you for reaching us out.
    Removing the CSS would mess up the design. In case you don’t want to use it, you can use the below given CSS.

    .wp-block-uagb-cf7-styler .wpcf7 select.wpcf7-select {
       -webkit-appearance: menulist;
       -moz-appearance: menulist;
       -webkit-appearance: menulist;
    }

    This will resolve your issue.

    Regards,
    Vrunda Kansara

Viewing 1 replies (of 1 total)

The topic ‘CSS for Contactform7 select input’ is closed to new replies.