seonto Posted January 3 Share Posted January 3 hi. I would like to change the top and bottom of the website background color that is visible when scrolling. It works fine on PC and mobile phone, but when I open the website on iPad, the top and bottom background colors visible when scrolling are white. I want to change the white color to #F9F9F5. Thank you! website: https://seonto.kr RPReplay_Final1704250096.MP4 Link to comment
Solution Web_Solutions Posted January 3 Solution Share Posted January 3 7 hours ago, seonto said: hi. I would like to change the top and bottom of the website background color that is visible when scrolling. It works fine on PC and mobile phone, but when I open the website on iPad, the top and bottom background colors visible when scrolling are white. I want to change the white color to #F9F9F5. Thank you! website: https://seonto.kr RPReplay_Final1704250096.MP4 Can you try with the code below? Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. Let me know if it's working. html, body { background: #F9F9F5 !important; } seonto 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
seonto Posted January 6 Author Share Posted January 6 On 1/3/2024 at 7:45 PM, Web_Solutions said: Can you try with the code below? Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. Let me know if it's working. html, body { background: #F9F9F5 !important; } It's works!! Thank you very much!! ZEJA 1 Link to comment
Web_Solutions Posted January 6 Share Posted January 6 2 hours ago, seonto said: It's works!! Thank you very much!! Welcome! 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
ZEJA Posted September 2 Share Posted September 2 (edited) hello all! does it also works on every site with a different color? how i need to change the code so i can use on every page a different color? thanks a lot for your help! - html, body { background: #4f1210 !important; } Edited September 2 by ZEJA Link to comment
tuanphan Posted Saturday at 01:39 AM Share Posted Saturday at 01:39 AM On 9/3/2024 at 12:31 AM, ZEJA said: hello all! does it also works on every site with a different color? how i need to change the code so i can use on every page a different color? thanks a lot for your help! - html, body { background: #4f1210 !important; } You can use this code to Individual Page Header Injection <style> section, .section-background, .section-border { background-color: transparent !important; } body { background-color: #f1f !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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