[Resolved] I changed my logo but when I scroll down, I still see the default theme logo

Home Forums Support [Resolved] I changed my logo but when I scroll down, I still see the default theme logo

Home Forums Support I changed my logo but when I scroll down, I still see the default theme logo

  • This topic has 5 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #865522
    Marcos

    And don’t know where to change this..? can you help?

    TIA

    #865532
    David
    Staff
    Customer Support

    Hi there,

    in Customizer > Layout > Primary Navigation –> Navigation Logo, add your own logo there.

    #865535
    Marcos

    Thanks David, that worked, but one small detail: this logo is displaying “squashed” (as in.. it’s being forced to display narrower than it should)

    #865540
    David
    Staff
    Customer Support

    The navigation logo gets its height property from the navigations menu height.
    This CSS will override that and i added some top margin to center it:

    .main-navigation .navigation-logo img {
        height: auto;
        margin-top: 10px;
    }
    #865542
    Marcos

    You are a ninja David, thanks!

    #865543
    David
    Staff
    Customer Support

    Glad to be of help.

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