I’m using a blogger template and I want to hide a specific h3 heading. However it’s one of a few h3’s used on this page. The one I’m trying to remove is
h3 class="title">Donate
The others all have an h3 class of "title: so setting h3’s to show: none; won’t work. Any ideas?
2
Answers
Edit that h3 will work?
<h3 id='to-delete' class="title">Donate</h3>
in your css file,
Post more html and make it clear if you still need help
you can create a new class using CSS:
And then add that class to the H3 you want to hide: