The website is http://www.fnster.com and I want to hide or delete the element <h2 class=”entry-title”>home</h2>, Can this be done?
Hi John,
Just visited to your site and its not working. Yes to remove the element it needs code customization or also you can hide it through css. Once try this below css.
.entry-title { display:none; }
Thank you!
Thank you Keymaster that worked perfectly.
That’s great john