Updating appearance of the homepage, post pages, and category pages

  • I love the Zuki theme, however, I’m looking to update the layout/appearance for the following items using CSS.

    – remove the date from the homepage/homepage widgets, and category pages
    – remove specific categories from pages, post pages, and category pages
    – remove the comment count from all pages and post pages
    – remove tags from all pages and post pages
    – remove the author name and author box from all pages and post pages
    – remove ‘PREVIOUS POST’ and ‘NEXT POST’ feature from the post footer area
    – change the color of a category on pages, post pages, and category pages

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

  • Hi there,

    I’m very happy that you like the Zuki theme. You can do a lot of the mentioned changes using the display none CSS property.

    Here is an example, unfortunately I can’t provide you with all the needed CSS but you can use the browser inspect tool to find the other needed CSS classes.

    .enrty-date,
    .enrty-cats,
    .enrty-comments,
    .entry-tags,
    .entry-author,
    .nav-wrap {
    display: none !important;
    }

    I hope this is helpful.

    Best Regards,
    Ellen

  • The topic ‘Updating appearance of the homepage, post pages, and category pages’ is closed to new replies.