WordPress Tutorial – Generate Press + Elementor
In this video you’ll learn to build a complete website from scratch – using the free versions of GeneratePress theme and the free version of Elementor page builder.
CSS used in the video is shown below here – cut & paste into your customizer:
Additional CSS to remove the GeneratePress footer text (removes the copyright info and GeneratePress link):
.copyright-bar {
display: none;
}
Additional CSS to remove the entire footer black bottom bar:
.site-info {
display: none;
}
——