Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Cannot modify header in Kick starter theme

  • Hello. I have been working with GeneratePress for a few months and am getting the hang of it. I have installed the kicks starter theme and have removed all woocommerce integration. I want to do some basic modifications to the header but cannot seem to find where to do that. There is no header element, only an account element.

    I would just like to make the site title a link to the home page and remove the search icon. This should be simple but I cannot find where to do it.

    Thanks.

  • Hi there,

    In Customizer > Additional CSS, find this CSS:

    /*position header*/
    @media(min-width:1025px) {
    .site-branding,.site-branding-container {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }

    Then update it to:

    /*position header*/
    @media(min-width:1025px) {
    .site-branding,.site-branding-container {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
        z-index: 999;
    }

    That should make the site title clickable now.

    To remove the search icon, go to Customizer > Layout > Primary Navigation and uncheck the Enable navigation search modal option.

  • That did it. Thanks so much!

  • You’re welcome!

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