Auto Funnel Press 2.2.0 - Available Now

AFPv2 with GeneratePress

AFP Team

 on February 2, 2023

Alternate Recommendation – This video goes over using the GeneratePress theme with AFPv2. It doesn’t go into extensive detail about configuring and setting up, but a basic overview of leveraging GeneratePress with AFPv2.

If you want to remove all the distractions of header, navigation and footer on the landing pages using GeneratePress. Copy this code into the Customize > Additional CSS section outlined in the video.

.afplandingpage header.site-header {
     display:none;
 }
 .afplandingpage nav.main-navigation {
     display:none;
 }
 .afplandingpage .site-footer {
     display:none;
 }
Updated on February 2, 2023