Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #90341
    robertl
    Participant

    Hi,

    How would you hide page titles when you click on the page but still have them show the title in featured content? Would this be possible?

    .entry-title {
    display:none;
    }

    Found this code but it hides it on featured content as well but I want it show on featured content.

    http://tuanzbuild.tuanz.org.nz/

    Cheers,
    Rob

    #90353
    Mahesh
    Keymaster

    @robertl: I assume you have managed to resolve it by yourself. As I checked your site, you are using following CSS:

    #main .page header.entry-header {
        display: none;
    }

    Regards,
    Mahesh

    #90354
    robertl
    Participant

    Yes, I found it out. Thanks again Mahesh

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove page titles but still have them show in featured content’ is closed to new replies.