Home Forums Themes Support Gecko deactivate blog autor and date

Viewing 5 reply threads
  • Author
    Posts
    • #15335

      with
      .entry-author-link, .entry-date { display: none; }
      i have deactivated autor and date in the main Blog page.

      How can I deactive this also in the blogpost overview e.g. at main page?

    • #15350

      Hi,

      Please use below code

      .post-info .post-author, .post-info .post-time {display: none;}

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #15384

      on the main page it helps but on the blog page listing author and date are visible.
      Is there any additional CSS needed?

    • #15398

      Hi,

      I thought you did on blog listing page.

      Please add more custom code.

      article .post-meta, article .posted-on { display: none;}

      If you want hide this on single blog post you add below code

      .single-post .entry-date, .single-post .entry-date + .pr {display: none;}

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #15518

      one last place where we need to remove this information: At Blog page the first row with recent entries still show this autor/date information.

    • #15525

      Hi,

      Please change prev code

      article .post-meta, article .posted-on { display: none;}

      to

      .post-meta, .posted-on { display: none;}

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 5 reply threads

You must be logged in to reply to this topic.