Hi,
I tried this option with the code customization, too difficult for me. Actually, I found on the same forum this route:
Apperance –> Theme Options –> Design Options Tab –> Custom CSS
and then:
If you can to hide only in home page
.home #content .entry-title { display: none; }
If you want to hide in every page
.page #content .entry-title { display: none; }
However, this didn’t work for me. If you have any idea how can I hide or remove the page titles and put entry titles/ headers like in my home page easy way this will be great.
Thanks