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.

Hide buttom

  • Hello,

    I use a buttom which has to be hidden on responsive. Although I use display:none the buttom still is displayed.

    Could you please have a look?

    I mean the element “Boton contacto”

    Thanks
    Angel

  • Hi there,

    It’s overridden by the theme CSS below:

    .main-navigation a {
        display: block;
        text-decoration: none;
        font-weight: 400;
        text-transform: none;
        font-size: 15px;
    }

    You need to wrap a container outside the button, and set the container to display:none on mobile.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.