[Resolved] no site logo but navigation on home page

Home Forums Support [Resolved] no site logo but navigation on home page

Home Forums Support no site logo but navigation on home page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1386247
    Robin

    Hello again. I’ve been reading the entries regarding customizing the header, and for the home page, but haven’t yet found what I’m looking for. If there is a specific article in the documentation that would answer this question, please do direct me to it. I looked there as well, but I’ve not yet tried to build a totally custom header element, so I’m most likely missing… information.

    I’ve tried various custom css without success. Designating a div id, or a class, branding-navigation… site-logo…

    Again: I’d like to display the navigation at right but NOT display the site logo at left, only on the home page.

    #1386250
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .home .site-logo {
        display: none;
    }

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

    #1386279
    Robin

    Geez! that easy? feels like it takes me FOREVER to learn …

    thank you very much

    #1386280
    Robin

    oops. forgot to mark topic resolved.

    #1386332
    Leo
    Staff
    Customer Support

    No problem 🙂

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