ElizabethM Posted November 24, 2023 Share Posted November 24, 2023 Hello I would like to know if there is a way to change the color of the font + the background when scrolling down ? Many thanks ! Link to comment
Solution Web_Solutions Posted November 25, 2023 Solution Share Posted November 25, 2023 11 hours ago, ElizabethM said: Hello I would like to know if there is a way to change the color of the font + the background when scrolling down ? Many thanks ! Here is the code. You can change the color code that you want. Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. // Background color .shrink .sqs-announcement-bar { background: #333 !important; } // Font color .shrink .sqs-announcement-bar *{ color: #fff !important; } 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