Conflict with block themes despite CSS ‘tinkering’
-
Hi,
I am having display conflicts both for radio buttons and input buttons:
- https://libradigest.com/poll/topic-for-episode-7/ with radio buttons (please note that this is already the result of a ‘tinkering’, see below)
- https://libradigest.com/contact/ with inputs working fine and https://libradigest.com/fr/contact/ with inputs not working anymore (please note that these are separate forms, not a single one translated into 2 languages)
On both pages with issues, WPForms is referring custom CSS variables that aren’t defined on the page (prefixed ones, like
--wpforms-field-background-color
), which results in missing styles.Yassine
PS: As I mentioned above, the tinkering is adding custom CSS:
.wpforms-container input[type=radio] {
-webkit-appearance: radio !important;
-moz-appearance: radio !important;
appearance: radio !important;
}.wpforms-container input[type=checkbox] {
-webkit-appearance: checkbox !important;
-moz-appearance: checkbox !important;
appearance: checkbox !important;
}The page I need help with: [log in to see the link]
- The topic ‘Conflict with block themes despite CSS ‘tinkering’’ is closed to new replies.