Lesum Posted August 27 Share Posted August 27 @jonahsigler What exactly would you like to customize? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
jonahsigler Posted August 27 Author Share Posted August 27 30 minutes ago, Lesum said: @jonahsigler What exactly would you like to customize? the font of:the required text and the registered text Link to comment
Lesum Posted August 27 Share Posted August 27 (edited) @jonahsigler Here's a code snippet to customize the font of the required text: span.required { color: "you text color" !important; font-size: 1rem !important; font-family: "you font name" !important; } Here's a code snippet to customize the register text on the button: input[type="submit"] { color: "your text color" !important; font-size: 1rem !important; font-family: "your font name" !important; font-weight: 700 !important; } You can edit/remove the "you text color", "your font name" on the code. Edited August 27 by Lesum If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
jonahsigler Posted August 28 Author Share Posted August 28 On 8/26/2023 at 10:03 PM, Lesum said: @jonahsigler Here's a code snippet to customize the font of the required text: span.required { color: "you text color" !important; font-size: 1rem !important; font-family: "you font name" !important; } Here's a code snippet to customize the register text on the button: input[type="submit"] { color: "your text color" !important; font-size: 1rem !important; font-family: "your font name" !important; font-weight: 700 !important; } You can edit/remove the "you text color", "your font name" on the code. On 8/26/2023 at 9:21 PM, Lesum said: @jonahsigler What exactly would you like to customize? it didnt work for some reason Link to comment
Lesum Posted August 28 Share Posted August 28 @jonahsigler There are errors in the code you added. You should include "!important" on each line of code, similar to what I've done in the code I provided. Also, it should be ".description.required" instead of "description required". If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
jonahsigler Posted September 16 Author Share Posted September 16 what about these? What code would I use? Link to comment
jonahsigler Posted September 17 Author Share Posted September 17 what is the code to change the font for after they submit form Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment