Zuki: get rid of metadata on static page and post pages

  • Unknown's avatar

    Hello :) I am using the Zuki theme and have been searching for some css to get rid of dates and categories from all posts on my static homepage, and all the metadata on posts themselves including dates, categories, tags and the ‘By Bennison Books’. I’ve tried the various bits of css I’ve found in the forums, but none seem to work. Thank you :)

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

  • Unknown's avatar

    Add this to your custom CSS and let me know if I’ve missed anything out:

    .home .entry-date,
    .single-post .entry-header .entry-date,
    .single-post .entry-header .entry-comments::before,
    .single-post .entry-meta {
    	display:none;
    }
  • Unknown's avatar

    Hello :) Thank you very much. That got rid of some of it. I still have left categories and comment count at the top of individual posts. For example: https://bennisonbooks.com/2015/02/23/out-now-dancing-in-the-rain/

    And on the homepage, if you scroll down to the first bigger images, you can still see categories.

    I appreciate your help. :)

  • Unknown's avatar

    Oops! Try this instead of the code I suggested before:

    .home .entry-cats,
    .home .entry-date,
    .single-post .entry-header .entry-cats,
    .single-post .entry-header .entry-date,
    .single-post .entry-header .entry-comments,
    .single-post .entry-meta {
    	display:none;
    }
  • Unknown's avatar

    Thank you very much indeed. That worked perfectly. Many thanks for your fast help and expertise. I appreciate it. :)

  • The topic ‘Zuki: get rid of metadata on static page and post pages’ is closed to new replies.