Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #57450
    Jürgen
    Member

    Hi,

    i tried some custom css to remove the date and author of posts but to no avail. Could it be that these values are overriden later through the theme?

    .entry-author-link,
    .entry-permalink,
    .entry-date,
    .entry-meta {
    	display: none;
    }

    Thank you

    Jürgen

    #57467
    Sakin
    Keymaster

    @Jürgen: If you want to hide both date and author from the post in Catch Base theme then you can simply add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .entry-header .entry-meta { display: none; }

    #57563
    Jürgen
    Member

    Thanks again so much sakin. Worked perfectly.

    I have the ‘last posts’ widget in my primary sidebar. Can i remove the date from these entries, too?

    #57568
    Jürgen
    Member

    Found it in the widget area… solved

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