Okay
  Public Ticket #1125614
Hide Post Date in Post Title
Closed

Comments

  •  5
    Mark started the conversation

    How can I hide or remove post date from post header. See screen shot. If it can't be done with CSS, can i remove or edit a line of code in a .php file?

  •  8,402
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .masonry.classic_enhanced .masonry-blog-item h3.title {
        background-color: #ffffff !important;
        margin-top: -24px;
    }
    .masonry.classic_enhanced .masonry-blog-item .post-header {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    Mark replied

    Wow... FAST! Will try, Thanx.,

  •  2
    robditoro replied

    Hi there,

    I gave the below solution a go – it doesn't work for the 'enhanced' masonry style posts (where the feature image is scaled for the full height of the post).

    It will hide the post date, but will block out the title – see attached.

    Any other suggestions?

  •  8,402
    Tahir replied

    @robditoro ,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  2
    robditoro replied

    Hi Tahir, I'll reply separately in a private ticket :) Thanks!