• Resolved OB

    (@reburton3941)


    I have unchecked both the Author and Date boxes in the All Posts menu but they both continue to appear on my posts. My URL is https://www.bestmenswatchesreviews.com

    I have a child theme but no experience with making changes to the style.css file. I am very interested in learning though.

    Any help would be greatly appreciated!

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter OB

    (@reburton3941)

    I figured out how to eliminate the date but not the clock icon. Would ideally like to get rid of it too.

    Hi reburton3941

    I’m sorry, but I do not see a clock icon. Where is this being displayed?

    Thank you,

    Pete

    Hi!

    This should solve your problem:

    open /wp-content/themes/Fifteen-child/style.css in a text editor.
    add the following to the end of the file:

    .posted-on {
    display: none;
    }

    That should hide the posted on details (including the confounded clock!)

    Yes work, but author remain displayed. Do you have eny other suggestion ?

    Thank’s

    Thread Starter OB

    (@reburton3941)

    Hi,
    I did use purcebr’s suggestion and get rid of the clock icon, but I too still have the author displayed. I opened another post about that but since there has been recent activity on this one I marked it not resolved again in case someone is taking an active interest in it.
    Thanks!

    dg

    (@denizgezgin)

    As mentioned on another post;

    To remove the author and icon:

    .fa-user {
    	display: none;
    }
    .vcard {
    	display: none;
    }

    should be added to the css file.

    Thread Starter OB

    (@reburton3941)

    Thanks, that really helped me to get rid of them in the posts, but it doesn’t remove the date from the fifteen Recent Posts widget.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hiding the author and date displays in the posts’ is closed to new replies.