Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #315981
    mufrgr
    Participant

    Hi

     

    I have tried in vain to remove the date and author from my portfolio entries. It appears to be in the custom-header section but no matter what I try I cannot hide it. The Css .entry-header is not recognised, shows as red. I am stuck!

     

    Any help gratefully appreciated!

    #315999
    tikaram
    Keymaster

    @mufrgr : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .entry-header .entry-meta {
        display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hide date and author from portfolio posts’ is closed to new replies.