I only want date and auther on blog post. How do I remove all other stuff?

Support Area Forums Foxy I only want date and auther on blog post. How do I remove all other stuff?

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://www.michiganbeergrowlerco.com
  • Author
    Posts
  • #24024
    carolyn postema
    Participant
    #24023
    carolyn postema
    Participant
    #24038
    Bill Robbins
    Moderator

    Good Morning Carolyn,

    You can do that. I just pushed out an update to the theme that will add in some styling hooks to that row of text. Go on and make that update. Then do this:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      span.categories,
      span.comment-link {
      	display: none;
      }
      
    3. Update your settings.

    Let me know if you run into any trouble,
    Bill

    #24164
    carolyn postema
    Participant

    Thank you!!

    #24165
    Bill Robbins
    Moderator

    No problem at all 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘I only want date and auther on blog post. How do I remove all other stuff?’ is closed to new replies.