• Resolved ttm1974

    (@ttm1974)


    How to remove the “Posted in”, “Tagged” and “Last Modified” portion in the Footer? Many thanks for this theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Styled Themes

    (@gejay)

    Hopefully you will be using a child theme to do customizations like this, but one thing you can do without removing or changing the actual code of the theme files is to edit the css to the theme’s style.css file around line 809 and looks like this this:

    .entry-footer {
    	font-style: italic;
    	margin: 30px 0;
    	margin: 1.875rem 0;
    	display:none;
    }

    Add the display:none; to it like I did above. Technically it will still be there, but only in the source code of the page, it won’t be seen visually though.

    Thread Starter ttm1974

    (@ttm1974)

    Thanks a lot. It worked magically. So happy I am. ??

    Theme Author Styled Themes

    (@gejay)

    Awesome! I’m glad it worked…definitely worth 1000 star rating? haha ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Post Foot info’ is closed to new replies.