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.

menu bar items color in merge page hero

  • Hello, I use generateblock with hook menu-bar-items, to insert social font awesome with html.
    J’utilise également le héros de la page fusionné pour l’en-tête.
    Les icônes fontaweome dans generateblock ne changent pas de couleur en tant qu’icône de bascule et de recherche.
    Comment puis-je le réparer ?
    Thank you

  • Hi there,

    can i see the issue on your site ? As it may require some CSS

  • thank you

  • It doesn’t look like you are using GenerateBlocks.

    Can you try the buttons block instead?
    https://docs.generateblocks.com/article/button-overview/

  • I now use the buttons for INSTAGRAM AND CALENDAR. But it doesn’t worK.
    I want the button to be in color:white in page hero header, and in color:black when I scroll down. The same CSS than toggle button and search button
    Thank you for your help

  • Try this CSS:

    .main-navigation .menu-bar-items a {
        color: white;
    }
    nav#mobile-header.is_stuck .inside-navigation .menu-bar-items a {
        color: black;
    }
    .main-navigation .menu-bar-item.search-item a {
        border-left-color: white;
    }
    nav#mobile-header.is_stuck .inside-navigation .menu-bar-items .menu-bar-item.search-item a {
        border-left-color: black;
    }
    
  • it is very good except border which is always black
    .main-navigation .menu-bar-item.search-item a {
    border-left-color: white;
    }

    how can we make it in white
    thank you for your help

  • The CSS includes the border color, it should work.

    Can you clear cache and let me take a look?

  • it works
    thank you

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