Okay
  Public Ticket #619194
Blog Page Date
Closed

Comments

  • Steven started the conversation

    A while back ago you provided CSS to remove the author name, comment count, and date from the Blog Title header on each individual blog post. This is what you provided:

    .meta-author, .meta-comment-count, .meta-date {
    display: none!important;
    }

    And it worked for a while. I don't know exactly when it stopped, but now the date has appeared again on ALL of my blog posts in the page header. http://inceptionwebdesigns.com/9-tips-on-how-to-choose-a-domain-name/

    I have tested it on all browsers (Chrome, IE, FF) and it has the same issue now. So I'm not sure if my update to WordPress 4.4 caused this or what. Ideas?

  •  8,470
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    div#single-meta li:last-child {
        display: none !important;
    }

    Best.



    ThemeNectar Support Team 

  • Steven replied

    Thanks! That fixed it!