Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #629542

    genetik
    Participant

    Im new to this theme and I figured out how to pretty much do everything else to customize my site and I finished doing everything I want to it but theres one thing that I cant figure out and thats how to remove the site title from the menu bar without having it removed from the browser tab.

    please help!

    theme Im using is the integrity stack

    #629758

    Christopher
    Moderator

    Hi there,

    Please add this Customize -> Custom -> CSS :

    .x-brand{
    display:none;
    }

    Hope it helps.

    #630538

    genetik
    Participant

    THANKS! It worked!

    #630575

    Thai
    Moderator

    You’re most welcome 🙂

    #786164

    shepard515
    Participant

    I’m trying to do the same thing. I want the menu to be centered so I chose stacked and set the font size to 0 but there is still space above the menu that doesn’t look good. is there anyway for me to get rid of this?

    #786242

    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-logobar {
        display: none;
    }

    Hope this helps – thanks!