Home Forums Free Themes Busyness Remove the date

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #133957
    chrisbeardmore
    Participant

    Hi

    I really like how your theme looks, how can I remove the date under the page title? I don’t use it as a blog site, clicking the date just takes the site to a page that doesn’t exist…

    Many thanks
    Chris

    #133988
    wensolutions
    Keymaster

    Hello,

    Actually, the date page shows the posts from the same date as shown in the screen record below. This is the feature managed by the theme.

    https://www.loom.com/share/c2ebaddbeb90467db26fb8d23d7a45c7

    However, you can remove the date from the CSS given below by going to Admin Panel > Appearance > Customize > Additional CSS.

    .page .entry-date{
        display: none;
    }

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.