[Resolved] I need your support on homepage

Home Forums Support [Resolved] I need your support on homepage

Home Forums Support I need your support on homepage

Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • #1039469
    David
    Staff
    Customer Support

    The nav looks transparent to me.
    If you applied the navigation color changes in the Header Element –> Site Header tab then you just need to assign it to the Front Page.

    #1039902
    An Nguyen

    Hi David,

    I had done before you said so that you can see it transparent. I had used fixed position instead of “absolute” and change <div class="praticles"> below site-footer. Therefore, I didn’t need change color in header just left it as default setting.

    Now, I’m focusing on what’s Tom said that is sorted menu!

    Thanks.

    #1040507
    Tom
    Lead Developer
    Lead Developer

    Is everything working now? Or are you still needing help with something?

    Let me know ๐Ÿ™‚

    #1042106
    An Nguyen

    Hi Tom,

    How can I change the layout of menu in homepage like your website and not affect other pages?

    Thanks Tom.

    #1042611
    Tom
    Lead Developer
    Lead Developer

    What about our menu, exactly?

    #1042841
    An Nguyen
    #1042933
    Tom
    Lead Developer
    Lead Developer

    So what about the menu, exactly? The transparency part?

    #1043914
    An Nguyen

    My logo on main-nav now is center inside main-nav (following this guide- https://docs.generatepress.com/article/centering-logo-navigation/) . How can I float it left only on homepage like yours? I wanna keep it center in other pages.

    By the way, can I add the same logo to secondary-nav?

    Thanks Tom.

    #1044484
    Tom
    Lead Developer
    Lead Developer

    Let’s solve the first things first. What about this?:

    .home .site-logo {
        position: relative;
        left: 20px;
        transform: unset;
    }
    #1048400
    An Nguyen

    Hi Tom,

    The CSS worked on homepage.

    Insert logo inside second-nav, I can handle this.

    Thanks Tom.

    #1048964
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

Viewing 11 posts - 16 through 26 (of 26 total)
  • You must be logged in to reply to this topic.