I am trying to remove page titles from all pages in Encounters. I have added this code .entry-title {display: none; } but they are all still displaying. http://angelictouch.com.au
In preference there was a tick box to remove them, in this theme I cannot find that tick box.
@Adela…..You will need a plugin like Simple Custom CSS, or if you use Jetpack, they have their own custom Edit CSS plugin. You can also use a plugin that I’ve come across called “Hide Title” which is added to the page and post edit screens in your admin in the right side column…usually below the “Featured Image” setting. This allows you to disable titles on a per page basis.
Thank you very much! 🙂 would you tell me how do i make smaller the space between the banner and the text on the first page (Home)? Once the title removed, this space look even bigger.
It’s the container #content-wrapper that has a padding of 30px at the top and bottom. You would need to add custom css to change the padding. But this is going to affect every page.