Removing the date and author from the blog banner

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4977
    Stevecasteel2013
    Participant

    Happy Monday,

    I’d like to remove the date and author from the blog banner. How would I do that?

    Thanks

    #4999
    WP Travel Admin
    Keymaster

    Hello @stevecasteel2013,

    To remove the date and author from the blog banner use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

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

    Hope this helps.

    Best Regards!!

    #5002
    Stevecasteel2013
    Participant

    I had to take out .byline:hover to get it to work. But now it works. Thanks

    #5004
    Support Team
    Keymaster

    Hello @stevecasteel2013,

    Glad we could help you.

    If you have any issues further, please let us know.

    Also, we would really appreciate if you could help us by rating our theme by following the link below:

    https://wordpress.org/support/theme/travel-log/reviews

    Hope this helps.

    Best Regards!!

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