Home Forums WordPress Themes – Premium Encounters Remove Page Titles

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #15024
    Belinda Doyle
    Participant

    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.

    #19677
    Sushil Adhikari
    Moderator

    For encounters, it will be this one:

    .entry-header {
    display: none;
    }
    #19988
    Adela
    Member

    Where do i need to add this code? in Styles? :unsure:

    #19990
    Sushil Adhikari
    Moderator

    @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.

    #19991
    Adela
    Member

    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.

    #15025
    Sushil Adhikari
    Moderator

    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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.