Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1247683
    perfettc
    Participant

    Hi- there have been other questions regarding this on the forum. You advised setting up a child theme and making some template changes so that post dates are removed the featured post slider. Will that code automatically make this change for the paginated posts on the blog page (ie. The “These Shoes Were Made For Walking” post on the Ethos 1 demo).

    Other forum answers used custom CSS to remove the date from posts and from the carousel. To remove the dates from all of these, should I continue with the CSS for removing the date from posts and carousel; and use the child theme for the slider date removal, or should I use the child theme template to remove the dates for all of these sections?

    #1248043
    Nabeel A
    Moderator

    Hi again,

    Thanks for writing in! To remove the dates from the paginated posts on the blog page, you can use the following CSS codes instead of making changes to your Child Theme:

    .blog .featured-meta {
        display: none !important;
    }

    Let us know how this goes!

    #1248727
    perfettc
    Participant

    Fantastic! That also removed the date from the slider without having to modify the child theme (you have another thread on the forum with this longer, more technical method. You may want to add this code/solution to that archived thread.

    #1248818
    Rupok
    Member

    Hi there,

    Glad that it helped you. Note that some user prefer to remove this completely with Child Theme instead of using custom CSS. Both works fine.

    Cheers!

    #1249071
    perfettc
    Participant

    Okay, one last thing. Although the above worked, I also have a category page for posts with the category = Receipes. When I view that page, the date still shows.

    How would I remove that (if possible)?

    #1249072
    perfettc
    Participant

    I should have clarified further. On the recipe category page, the slider and paginated posts show the date. Non paginated posts are fine.

    #1249491
    Friech
    Moderator

    Hi There,

    Please update the given code above to this:

    .blog .featured-meta,
    .archive .x-post-slider-entry .featured-meta {
        display: none !important;
    }

    If you notice, the last three blocks of custom CSS on your Customizer does not work. That is because this block is missing the closing bracket [ } ], please address it.

    .x-colophon .widget a, .x-colophon .x-column >div {
    color: #000;

    Thanks.

    #1250606
    perfettc
    Participant

    Thanks you!

    #1250921
    Jade
    Moderator

    You’re welcome.

    #1332209
    perfettc
    Participant

    Hi- I wasn’t aware that the contents of these support cases are publicly shared via Google search, even when not logged in. Could you please remove my website name from this thread? In the future, I will mark posts with my url private.

    #1332241
    Jade
    Moderator

    Hi there,

    I have removed the URL as requested.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1247683 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>