Archived topic
Unwanted Title on Block Elements
6 replies · Started by troyw on December 16, 2021
Hey team,
Not sure why, but I seem to have a couple of unwanted titles appearing on two archive pages. I can't seem to find how to make them disappear. For some reason, the Label and Artist Archive pages have a light grey title displaying at the top of the page.
Archives: Labels and Artists
How can I make these disappear?
Thanks
Hi there,
Should the Header element used display the supposed title of the archive?
If yes, can you tell us if it's using {{post_title}}? If it does not, can you try using it?
Using {{post_title}} on Header element should automatically disable the default title generated by the theme.
Hey Elvin,
I want the Header element to show, but I dont want the grey text below the Header and above the block element
I want the Header element to show, but I dont want the grey text below the Header and above the block element
Yes that "grey text" you see it the .entry-title which is the default archive page title(for labels page) or default static page title (for static pages) the theme adds to the archive pages.
That is generally removed by a Header Element that has {{post_title}} to display the archive page's title.
can you try it out?
Hey Elvin,
Great, that works.
How do I force the title in the header now, to Uppercase. I have tried this html, but it didn't work.
<h6 style="font-size:10vw"STYLE="text-transform:uppercase">{{post_title}}</h6>
Fixed it. <h6 style="text-transform:uppercase;font-size:10vw";>{{post_title}}</h6>
Thanks
No problem. Glad you got it sorted. :D