Hide date and author on posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8066
    laurenc
    Participant

    Hello,
    I am wondering if there is a way to hide the date and author on the posts pages?
    Thank you very much!

    #8067
    Support Team
    Keymaster

    Hello @laurenc,

    To remove the author and the date form the post page add below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and add the CSS given below:

    .single .entry-header .entry-meta .posted-on {
        display: none;
    }
    
    .single .entry-header .entry-meta .byline:hover .author {
        display: none;
    }

    Hope this helps.

    Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.