Check out GP Premium: https://guidebean.com/gp-premium
Create a monetized blog: https://guidebean.com/start-wp-blog
Subscribe to Guidebean's free email: https://guidebean.com/email-subscribe/
Have you created a monetized WordPress blog with the previous video? Now it's time to take it to the next level.
This video is recommended for:
Those who already have a blog but are dissatisfied with its design
Those who want to create their own blog
Those who are curious about what the paid version of GeneratePress offers
Those who are unsure about how to set up and customize their site after purchasing Premium.
This video provides a step-by-step guide on how to upgrade the design, functionality, and usability of the popular GeneratePress theme, using the premium version (GP Premium).
Improve the quality of your blog with this one video.
This guide is part of the GeneratePress affiliate marketing program, which means I may receive a commission. This doesn't cost you anything, and it helps us continue to provide high-quality guide videos for free. Thank you.
00:00 Intro
00:40 GP Premium Introduction
01:00 GP Premium Module Preview
04:55 Registering and Installing GP Premium
08:00 Modifying Container Spacing
09:45 Modifying Header Spacing, Changing Mobile Header, Applying Sticky Header
11:25 Modifying Spacing Between Primary Navigation Menus (Main Menu)
11:40 Setting and Adding Secondary Navigation (Secondary Menu)
13:20 Setting and Adding Off-Canvas Menu (Mobile Menu)
15:40 Hiding Secondary Menus on Mobile with CSS Code
16:15 Modifying Sidebar Spacing and Width Ratio
16:45 Editing Footer Copyright
17:40 Editing Blog Page Structure and Design, Adding Infinite Scroll, Editing Thumbnails
19:55 Editing Blog Post Page Structure and Design
20:50 Installing and Editing Google Fonts via Font Library
23:45 Adding Background Images to Each Element
24:30 Elements - Adding Footer Templates and Edit
31:10 Elements - Adding and Editing a Blog Post Page Hero Template
33:10 Site Library - Applying a Site Template
34:40 Editing an Applied Template (Logo, Colors, Fonts, Layout)
39:25 Editing an Applied Template (Footer)
40:05 Editing an Applied Template (Post Page Hero)
Checking the CSS Code
@media(max-width: 768px) {
.secondary-navigation {
display: none;
}
}