Skip to main content
Solved

Does anyone know how to remove the Title completely from Search Banner?

  • August 2, 2022
  • 2 replies
  • 51 views

mdellarocco

We have decided to use the Hero Image Itself as the title on the homepage.  When I try and delete the Title completely when editing, it keeps defaulting back to a title I had put in when I had set up a trial account.  So for now I just input a period but it still looks funky. 

 

If I can’t leave the title area blank would someone be able to direct me to the edit area in the platform where I can change the color of the title so it will at least appear invisible?  Thank you! 

Best answer by bas

Hi @mdellarocco this would probably be a task for CSS; you can target the title element and set display: none

This would also allow you to keep the heading in the source, which is good for SEO and a little bit for accessibility.

2 replies

bas
Forum|alt.badge.img+1
  • Helper ⭐️⭐️⭐️
  • Answer
  • August 3, 2022

Hi @mdellarocco this would probably be a task for CSS; you can target the title element and set display: none

This would also allow you to keep the heading in the source, which is good for SEO and a little bit for accessibility.


mdellarocco
  • Author
  • Contributor ⭐️⭐️
  • August 8, 2022

Thanks @bas!