nowicluk Posted August 23, 2021 Share Posted August 23, 2021 Site URL: https://lychee-magnolia-et83.squarespace.com/ Hi there, I would like to change the footer only on the "Contact" page to another color way (Lighttest 1). I have attached a screenshot. Password is creative1234. Thank you. Link to comment
nowicluk Posted August 23, 2021 Author Share Posted August 23, 2021 And do you know how to change the logo on one page only? Link to comment
tuanphan Posted August 23, 2021 Share Posted August 23, 2021 Add to Page Header <style> footer.sections .section-background { background-color: red !important; } footer.sections .html-block * { color: green; } </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { $(".header-title-logo img").attr("src", "https://cdn.pixabay.com/photo/2021/08/17/14/48/sea-6553205__340.jpg"); }); </script> 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
Archived
This topic is now archived and is closed to further replies.