• With the latest update to the Go theme (1.4.4), you can no longer enter text into the “Site Title” field if you want to also use a logo. If you have both a logo image and title, it now shows both. Previously, it would only show the logo image.

    This results in my site having no title in the browser bar. If the development team could restore the previous functionality, or explain how we can set the title and keep the logo, it would be greatly appreciated.

    Thank you!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey @ultravariety,

    Thanks for reaching out! ??

    The following functionality has been added in version 1.4.4:

    • Allow for logo, title and tagline to display in the header.
    • Here you can find more info.

      So it’s perfectly fine for the logo, title and tagline to be displayed now.

      However, you can easily hide the title and tagline by adding the following CSS code to Appearance > Customize > Additional CSS:

      .site-header .site-title, .site-header .site-description{
      	display:none;
      }

      Regarding the title in browsers – I haven’t noticed any issue, please take a look.

      With the provided CSS code, you can have both – title and tagline defined and invisible on the front but visible in the browser’s tab.

      Let me know how it went with the CSS.

      Kind Regards,
      Milos | GoDaddy

    Thread Starter ultravariety

    (@ultravariety)

    Perfect. That works. My comment on browsers was simply to say when I removed the site title, the browser title bar only shows the URL (as intended, I’m sure).

    I noticed in the notes you fixed the sub-menu alignment that I had previously reported as well. I can confirm that is working now too, without the custom css.

    Thanks for all your help!

    Dear @ultravariety,

    You’re very welcome, I am happy to hear that the CSS code helped!

    The submenu alignment has been fixed in version 1.4.4 and there is no need for the code anymore.

    Enjoy your site and have a nice day!
    Milos | GoDaddy

    Dear @gdmilos,

    I had the same problem and could fix it with your code in the “Additional CSS” section. However I would like to have it in the style.css file of my child theme but it doesn’t work. The rest of my changes in the style.css are applied.

    Maybe it would be an option to add a switch back to the WordPress backend for displaying the site title?

    But hey, you’re providing this great theme for free. So it’s just a suggestion. Thank you for your work!

    Cheers,
    Jonas

    Dear @ultravariety,

    For now, I recommend the code to stay in the Additional CSS section. I believe our developers will add an option to hide the title and tagline on the front in one of the future theme versions, there’s a request on GitHub, please see.

    You’re very welcome, I am happy to hear that you like our theme! ??

    Best,
    Milos | GoDaddy

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Logo and Site Title’ is closed to new replies.