Removing posted date on sticky post

  • Unknown's avatar

    I am seeking help on removing the posted date (and “posted in [tags]” preferably) on ONLY the sticky post of my site. The post is meant to act as a title/header for my site, so the posting labels are unwanted and unneeded.

    I have searched other threads concerning this and have tried placing

    .sticky  .date {
    	display: none;
    }

    in my CSS style. I have tried a few variants of this code and none seem to work.

    I also have read that I may need to go into my index.php…? I am a beginner at coding so I am a bit lost on where to find this information and what to do once I find it. It would be wonderful if there were an easier method of removing these labels without going into so much code work.

    I greatly appreciate any assistance thrown my way!

    The blog I need help with is: (visible only to logged in users)

  • The topic ‘Removing posted date on sticky post’ is closed to new replies.