Home › Forums › Quform WordPress › Image select radio buttons › Reply To: Image select radio buttons
Hey Allan, thank you for your help much appreciated. Doing this has created a new problem however…
When I select an image, the text underneath now shifts over to the right…
This is the CSS I am using for “option text”
position: absolute;
bottom: -40px;
padding-bottom: 5px;
text-align: left;
text-transform: uppercase;
font-weight: 900;
color: #000;
font-size: 15px;
And the only style for anything selected I am using is “option label (when selected)” and this is for styling the check icon that appears inside the image…
border: 5px solid rgb(137, 199, 18);
box-shadow: 0 0 15px rgba(137, 199, 18, 0.2), inset 0 0 15px rgba(137, 199, 18, 0.2);
Thank you for your help.