Styling buttons & dropdown
-
Hi there! Thank you for a great working plugin.
- I’m looking to change the hover background color of the buttons. Using the Custom Styling section in the plugin settings, I was able to adjust the styling just fine, but I’m not sure how to change the background color on hover. This is what I have:
input[type="submit" i] { appearance: auto; user-select: none; white-space: pre; align-items: flex-start; text-align: center; cursor: pointer; position: relative; box-sizing: border-box; background-color: #b9675e; color: white; padding: 17px 40px; border-width: 0px; border-style: outset; border-color: ; border-image: initial; font-family: Montserrat; font-weight: 300; ine-height: 21px; text-transform: uppercase; font-size: 18px; border-radius: 2px; width: calc(100%); }
2. There’s also a small issue with the border-radius on mobile. It’s all the way round, instead of 2px. This issue doesn’t occur on desktop screens.
3. Then I’d also love to add a margin to the drop downs for custom questions, so they’re not so smushed together. I wrote some code but it doesn’t seem to work:
input[type=”dropdown” ] { margin-right: 0px; margin-left: 20px; }
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Styling buttons & dropdown’ is closed to new replies.