Hello All, we are between webmasters and I am doing necessary data entry in the interim. Our site is at pvcw.net. At the bottom of the screen on all of our pages is a gray bar that covers up an inch of real estate. It's really annoying. Jessie at DNN4LESS said it may have to do with a footer module. I have not done any website design, with DNN or any other site. If someone would be so kind as to help me edit this gray bar out, I'd be thrilled!
Look for this in your /Portals/_default/skins/nvquicktheme-rvcw.org/css/components/_helpers.scss:
&[class*="-light-grey"] { // background-color: $light-grey; color: $font-color; }
See the // before the background color. Try that and refresh the cache of your browser.
Forum admin: I tried to add code again through the normal editor.
He Don,
What Mariette pointed out is what causes the background colour.
So, there are several ways to fix this. 1. Remove the class bg-light-grey in the footer. Look for a footer.ascx file (folder partials)
2. Change the value of the class in the helpers.scss to transparent
If you can not get there for some reason (like nog FTP access and no way to minify/build the theme) you can work around it via
3. the custom css
Add the code
@johnhenley I pasted the images directly in the wysiwyg editor but that fails. This used to work (which save quite bit of time :-) ) Would you be so kind to take a look at that?
Posted By Tycho de Waard (SU) on 4/10/2026 11:53 AM @johnhenley I pasted the images directly in the wysiwyg editor but that fails. This used to work (which save quite bit of time :-) ) Would you be so kind to take a look at that?
Tycho, I share your frustration (sometimes works and other times it doesn't). The next Forums release will fix that by bypassing the CK editor's image upload. Stay tuned.
Holy mackerel, I think I got rid of the grey bar, using the Custom CSS! Check it out at pvcw.net. Thanks, everyone! Don
Great to read. Have a great day and come back anytime :-)
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.