AV0 Posted August 5, 2021 Share Posted August 5, 2021 Site URL: https://cinnamon-purple-cals.squarespace.com Hey! I would like to know how to make a fixed transparent footer with CSS so that the copyright sign and the contact button follow the user. Looked everywhere and no one seems to accomplish this task. Thanks a lot! Password: sodopizza Link to comment
tuanphan Posted August 8, 2021 Share Posted August 8, 2021 On 8/5/2021 at 6:06 PM, AMIANGELIKA said: Site URL: https://cinnamon-purple-cals.squarespace.com Hey! I would like to know how to make a fixed transparent footer with CSS so that the copyright sign and the contact button follow the user. Looked everywhere and no one seems to accomplish this task. Thanks a lot! Password: sodopizza Hi. Incorrect password. Can you check it again? 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
AV0 Posted August 9, 2021 Author Share Posted August 9, 2021 Hey! Fixed it. Try again 🙂 Link to comment
tuanphan Posted August 12, 2021 Share Posted August 12, 2021 On 8/10/2021 at 3:00 AM, AMIANGELIKA said: Hey! Fixed it. Try again 🙂 Hi. You mean fixed password or fixed problem? 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
tuanphan Posted August 18, 2021 Share Posted August 18, 2021 On 8/17/2021 at 3:43 AM, AMIANGELIKA said: Hi! The password... Add to Design > Custom CSS /* Footer transparent */ body { position: relative; } body footer#footer-sections { position: fixed; bottom: 0; left: 0; z-index: 999; width: 100%; } body footer.sections section, body footer.sections .section-background { background: transparent; } 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.