Created on 15 April 2022, almost 3 years ago
Updated 27 June 2024, 7 months ago

Thanks for the documentation about background images. I followed this and I have three remarks about w3-theme-00029.css.
1. the image didn't appear. The current css code on line 278 is: background-image: url(../../images/page-wrapper.jpg);
In my opinion it should be: background-image: url(../images/page-wrapper.jpg);

2. the image didn't appear. The current css code on line 251 is (below: #footer-container {) : background-color: transparent;
In my opinion it should be: background-color: transparent !important;

3. the background color in the footer-menu is gone. The menu text is not readable anymore (depending on the image).
In my opinion the in line 244 background-color for #footer-menu shouldn't be set to transparent.
Alternative: #footer-menu-inner should always get class w3-theme-d4 like the current #footer-menu. But the width of this region differs from the main-container.

✨ Feature request
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡³πŸ‡±Netherlands promes

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024