findyourawesome Posted March 25, 2022 Share Posted March 25, 2022 Site URL: https://www.kelseyabbott.com Hey! I'm trying to get my gradient header to also work on mobile. Can anybody help me, please? 🙂 This is the code I'm using for desktop: .Header.Header--top {  background: rgb(63,94,251);  background: radial-gradient(circle, rgba(238,124,47,100) 0%,   rgba(235,61,183,100) 100%) !important;  } Website is www.kelseyabbott.com Link to comment
Web_Solutions Posted March 25, 2022 Share Posted March 25, 2022 Add this CSS code .Mobile-bar.Mobile-bar--top {  background: radial-gradient(circle,#ee7c2f 0%,#eb3db7 100%) !important; } Create_Job, Unique_Website, findyourawesome and 3 others 4 2 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
findyourawesome Posted March 25, 2022 Author Share Posted March 25, 2022 2 hours ago, Web_Solutions said: Add this CSS code .Mobile-bar.Mobile-bar--top {  background: radial-gradient(circle,#ee7c2f 0%,#eb3db7 100%) !important; } It worked!! THANK YOU!!! ✨🎉 I appreciate this SO very much!! Link to comment
Web_Solutions Posted August 26, 2022 Share Posted August 26, 2022 On 3/26/2022 at 4:24 AM, findyourawesome said: It worked!! THANK YOU!!! ✨🎉 I appreciate this SO very much!! You're most welcome! Create_Job 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