• Resolved misterbenj

    (@misterbenj)


    Hi!

    I’m really enjoying using this theme!

    I have one small issue…

    By default, the theme has a ‘home button’ at the top left featuring the name of my site. Can I disable it?

    Also, the top menu seems to justify to the right. Can this be changed so the menu sits more centrally?

    Many thanks!
    Ben.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author DannyCooper

    (@dannycooper)

    Hi Ben,

    You would need to play around with this a bit, but here is a starting point:

    .site-title {
        display: none;
    }
    
    .menu-1 {
        float: none;
    }

    This would be placed in Appearance → Customize → Additional CSS

    Thread Starter misterbenj

    (@misterbenj)

    Thanks, Danny!
    That’s done what I wanted it to.

    Ben.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Header Issue’ is closed to new replies.