Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Linkstyle mega menu

  • I have a mega menu as a block hook element, and within that mega menu, I have three containers. I want to link these containers as a whole. I followed your tutorial for this, and it works. However, when I link the H3 title, it inherits the style of a menu item, which I don’t want. How can I prevent this from happening?

    You can see that I have linked the H3 of the first block, but not the other two.

  • Hi there,

    Try create a custom selector at customizer > typography > add typography > custom >body .main-navigation .gp_mega_item .has-container-link a.

    Then you should be able to set the typography and override the menu item typography.

  • Hi Ying, thanks. But I still got that padding.

  • Hi Ying, thanks. But I still got that padding.

    Sorry, what padding?

  • I see, in this case, you’ll have to use CSS:

    body .main-navigation .gp_mega_item .has-container-link a {
      padding-inline: 0;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.