This topic has 6 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Jack Richardson
Hi, I’d like to add additional text information above the footer. Is there a way to do this?
Hello,
You can add Text widget with your content to “Prefooter Area” in Appearance > Widgets.
Regards,
Eva Kemp.
Hi, thanks for the reply. I tried that but it makes white text on black background since it’s a part of the footer. I did not see a way to adjust the css just for the top sections. It’s one large container. I want an area above the footer with white background and large black text. I’d like to keep the footer dark background. Any suggestions? Thanks!
Hello,
Do you mean this section? http://prntscr.com/an47ul
Then try to add the following code in custom.css file
.before-prefooter {
background: #fff;
width: 100%;
}
.before-prefooter h5,
.before-prefooter .textwidget{
width: 960px;
margin: auto;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall
Perfect. Thank you!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Add widget above footer’' has been successfully resolved, and the topic is now closed for further responses