• Can you please let us know how we can remove the published date from appearing on the top of the posts.

    Thanks for a great theme!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Add this in your Custom CSS:

    .entry-date {
        display: none;
    }
    Thread Starter tecare

    (@tecare)

    Thank you very much, kaniamea.

    On a related note, when I created a child theme and did the above change to the CSS file, it is working as intended for the published date option. However, all the custom widgets I used to have under “Main Sidebar” have now moved under “SmartAdapt: Category Page Sidebar” once I activated the child theme. Also, any customization done earlier were lost (Navigation Menus, Resize component layout is now fixed). I can manually change it back, however, wanted to see if this is by design.

    Thanks again!

    Thread Starter tecare

    (@tecare)

    I opened up a new thread regarding my second question as it was not directly related to the original question.

    Thread Starter tecare

    (@tecare)

    Going back to the original question, adding the following:

    .entry-date {
    display: none;
    }

    does result in the removal of the published date from the posts. However, the calendar icon/image (the one that appears before the date) still remains. Can you please let me know how this can also be removed.

    Thanks!

    Thread Starter tecare

    (@tecare)

    Was able to remove the calendar icon/image prior to the published date by removing the following from the custom child content.php file –

    <?php echo smartadapt_get_date() ?>
    <span
    class=”meta-label meta-publisher vcard”>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove published date from post’ is closed to new replies.