Design changes
-
Hello,
I wanted to thank you for your previous answers, they helped a lot! However, there are some things with which I would need your help.
1. I would like to move the button of “previous” 30px to the left, the button “next” 30px to the right, and the “submit” button also 30px to the right.
2. I would also need a code (if it is possible) to change the text of “submit”,”previous”, “next” buttons text. (submit – finish, previous – back, next – forward)3. A code to change font of radio answers and submit/next/previous buttons to ‘Roboto’ from Google fonts, would be greatly appreciated.
4. Finally, previously I have asked for help with this situation(added below). Provided code worked fine, however now answers instead of staying in one long line, started to form two short ones. Would be amazing if you could help be with bringing them back to one line.Firstly, regarding the look of the test answers (Multiple choice horizontal). I would like to move them to the right side by 30px, or make them centered.
Ans: Please add the below-given custom css code in the additional css section of wordpress customizer and then check.
.qmn_radio_answers.qmn_radio_horizontal_answers {
margin-left: 30px !important;The page I need help with: [log in to see the link]
The topic ‘Design changes’ is closed to new replies.