Search Results for vertical menu

5 results found

Building a Simple Mega Menu

GeneratePress doesn’t have a mega menu by default, simply because not everyone would use it and it adds a decent amount of CSS. However, creating a simple mega menu in GeneratePress isn’t very hard. You only need to add some CSS and then structure your menu correctly. First, add the CSS: @media (min-width: 769px) { […]

Block Element – Content Template

Starting in GP Premium 2.0, you can create a Content Template in the Block Element module with the help of Dynamic Blocks and Dynamic Data. You can access it by creating a new block element, then select Content Template under the Element type dropdown menu: Settings GenerateBlocks Container Settings Examples

Block Element – Page Hero

Starting in GP Premium 2.0, you can create a page hero in the Block Element module with the help of Dynamic Blocks and Dynamic Data. You can access it by creating a new block element, then select Page Hero under the Element type dropdown menu: Settings GenerateBlocks Container Settings Examples

Animated Hamburgers

By default, our mobile menu icon doesn’t do any animated when you click it. We prefer to skip the animation and move straight to a close icon, as it’s more lightweight that way. However, if you want to animate your mobile menu icons (hamburger icons), you can do some with some custom code. The first […]

Navigation Dropdown

The Navigation Dropdown option can be found in Appearance > Customize > Layout > Primary Navigation. This option allows you to choose how your navigation dropdown menu is initiated. Hover The hover option makes it so your dropdown menu appears when you hover over the parent menu item. Click – Menu Item This option makes […]