[Resolved] Transparent sticky menu

Home Forums Support [Resolved] Transparent sticky menu

Home Forums Support Transparent sticky menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #440601
    Hugo

    HI tom. I have a site. https://labsanmiguelarcangel.com/web/
    When i scroll down, the sticky menu turn on transparent. I dont have any page header with a transparent navigation active. I dont want the sticky transparent. What can i do?

    Other thing, the logo it not aligned with the top line of the item menu. How can i do that?

    Thanks for your help.

    #440769
    Leo
    Staff
    Customer Support

    Hi there,

    You can use this CSS to change the sticky navigation color:

    .main-navigation.navigation-stick {
        background-color: #ffffff;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #440781
    Hugo

    Thanks Leo. It works. And with the logo, how can i do?

    #440860
    Leo
    Staff
    Customer Support

    Try this CSS:

    .main-navigation .navigation-logo img {
        padding-top: 0;
    }
    #441686
    Hugo

    It Works. Thanks Leo.

    #441760
    Leo
    Staff
    Customer Support

    No problem!

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