- Posts: 50
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
<style type="text/css"> .mybtn .btn { padding: 12px 12px; line-height: 2.5; border-radius: 50%; width: 100%; } </style>
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
but you entered the css script into the subquestion text.enter the changed values into your question
<style type="text/css"> .mybtn .btn { padding: 26px 5px; line-height: 2.5; border-radius: 50%; width: 62%; margin-left: 19%; margin-top: 20px; } .btn-primary:active, .btn-primary.active { background-color: #76C1E2 !important; border-color: #76C1E2 !important; } .btn-primary { background-color:maroon; border-color: #2473B9; } .btn-primary:hover { background-color: green; border-color: #2473B9; } </style>
Please Log in to join the conversation.