Hi all.
I want to hide the page titles from each page. I have tried changing the display color to white and removing altogether in the CSS style sheet to no avail. What is the simplest way to do this?
Also, I have successfully removed the grey bar from all pages except for the post page:
using this: article.page { border-top: none; padding-top: 0px; margin-top: -16px; }
How do I remove that line from the blog page though?