Is there a way to hide what seems to be the latest posts sections on the homepage in Taste theme?
Hey @Cowgirl ,
Please comment out line number 13 in index.hbs
of the latest copy of the Taste theme. That will hide the Latest posts section.
{{!-- {{> "components/list" layout="magazine" count="5" showExcerpt=true showPrimaryTag=true}} --}}
1 Like
Thanks so much!!! But on my plan I cannot change the theme code is there a code snippet I can use to achieve this?
Try this in code injection:
<style>
.gh-list.magazine {
display: none;
}
</style>
1 Like
Brilliant, thank you so much!
Technically I don’t mind the latest section, except I cannot seem to exclude certain tags from it. Now I can sort things according to tags and making an easier overview of or own company news and external news.
Turns out this code snippet didn’t work. Not sure if I was tired doing these changes but it doesn’t work