madameafwik Posted April 22, 2023 Posted April 22, 2023 Hey everyone! I need help with my css code injection. I want to change the color of my header and footer on certain webpages, but when I tried to used other codes posted on this forum, they didn't work for me. Not sure if its something in my code that's blocking the change. Also, please let me know if there is anything I can do to make my codes better. the password is: madameafwik Thank you!
tuanphan Posted April 23, 2023 Posted April 23, 2023 Hi, What is site url? 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!)
madameafwik Posted April 23, 2023 Author Posted April 23, 2023 Hey! It's https://www.alaysiasbijoux.com/
tuanphan Posted April 24, 2023 Posted April 24, 2023 To change Header/Footer Background Color on One Page, add this code into Page Header (DO NOT add code to Custom CSS) <style> header#header .header-background-solid, footer.sections section, footer.sections .section-background { 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!)
madameafwik Posted April 24, 2023 Author Posted April 24, 2023 Thank you so much that worked! Is it possible to change the text in the header in footer on one page with css as well?
tuanphan Posted April 26, 2023 Posted April 26, 2023 Use this <style> header#header .header-background-solid, footer.sections section, footer.sections .section-background { background-color: #f1f !important; } header#header * { color: black !important; } footer.sections * { 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!)
cherylr Posted December 20, 2023 Posted December 20, 2023 I'd like to do this (change header color and link color) without using code injection but instead by using the collection ID. (Because my client doesn't want to pay for more than the personal plan) Can you help? I can't seem to get it quite right. https://www.katienave.com/ (here's the page I want to change: https://www.katienave.com/voiceover Thanks in advance
tuanphan Posted December 21, 2023 Posted December 21, 2023 On 12/20/2023 at 7:39 AM, cherylr said: I'd like to do this (change header color and link color) without using code injection but instead by using the collection ID. (Because my client doesn't want to pay for more than the personal plan) Can you help? I can't seem to get it quite right. https://www.katienave.com/ (here's the page I want to change: https://www.katienave.com/voiceover Thanks in advance You can use Code Block instead, just edit page > Add a Code Block (anywhere on page) > Then paste the code Personal Plan still supports Code Block 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment