Aurora Posted October 28 Share Posted October 28 Hi, Is it possible to change the color of the black frame that appears when I click into one of the form fields? I would have to change it 1. in the newsletter signup on the homepage, 2. in the newsletter signup that's being pulled into each blog post via a plugin, and 3. the contact form, to make it consistent. Is that possible? https://www.kristinkuehn.com pw: 2eRFn7gQ Many thanks! Link to comment
Solution Web_Solutions Posted October 28 Solution Share Posted October 28 6 hours ago, Aurora said: Hi, Is it possible to change the color of the black frame that appears when I click into one of the form fields? I would have to change it 1. in the newsletter signup on the homepage, 2. in the newsletter signup that's being pulled into each blog post via a plugin, and 3. the contact form, to make it consistent. Is that possible? https://www.kristinkuehn.com pw: 2eRFn7gQ Many thanks! Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. You can change the color code(#fe5aa9) as your need. .newsletter-block input { outline-color: #fe5aa9 !important; } Ainul and Aurora 1 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Aurora Posted October 28 Author Share Posted October 28 14 minutes ago, Web_Solutions said: Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. You can change the color code(#fe5aa9) as your need. .newsletter-block input { outline-color: #fe5aa9 !important; } Beautiful thank you! How may I change my contact form in the same way? Link to comment
Web_Solutions Posted October 28 Share Posted October 28 1 minute ago, Aurora said: Beautiful thank you! How may I change my contact form in the same way? Replace the previous code with the code below. .newsletter-block input, .form-block input, .form-block textarea { outline-color: #fe5aa9 !important; } Aurora and Ainul 1 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Aurora Posted October 28 Author Share Posted October 28 2 minutes ago, Web_Solutions said: Replace the previous code with the code below. .newsletter-block input, .form-block input, .form-block textarea { outline-color: #fe5aa9 !important; } I love this, thank you so much! Link to comment
Web_Solutions Posted October 28 Share Posted October 28 Just now, Aurora said: I love this, thank you so much! Welcome! Aurora 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. 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