claudiatinn Posted November 23, 2023 Share Posted November 23, 2023 Hello there Is it possible to add a background image to a page that covers the entire length, from top navigation bar to the footer (included)? Thank you Claudia Link to comment
Solution tuanphan Posted November 26, 2023 Solution Share Posted November 26, 2023 Hi, If you share a page url, we can help easier You can also try adding this code to Page Header Code Injection <style> .section-background, .page-section, .section-border { background: transparent !important; } body { background-image: url(https://cdn.pixabay.com/photo/2021/01/07/22/15/dandelion-5898546__340.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; background-color: transparent !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
claudiatinn Posted November 27, 2023 Author Share Posted November 27, 2023 This is amazing! Thank you so much 😀 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