Okay
  Public Ticket #2036043
Hide date on single posts
Closed

Comments

  •  1
    itcorp started the conversation

    Hi, we have conferences in our organisation. I want to take away published date from the blogpost with the conference. But still have dates on other posts.
    One option could be to use a page, but then I can´t use the special option to let posts from a category pile up on a single post or single page.

    So is there some code to put in to just take away the date under the Headline.

    Sincerely Roger

  •  8,994
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .single #page-header-bg #single-below-header span.meta-date {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    itcorp replied

    Fantastic, Thanks for support! It worked as intended.

  •  1
    itcorp replied

    I have a following question - Is it possible in the same manner take away the word "category" over the heading when you come to categories...?
    https://sistersinternational.se/indien/

    Great support you have on this theme!

    Roger

  •  8,994
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body.archive #page-header-bg .span_6 span.subheader{
        display:none !important;
    }

    Thanks


    ThemeNectar Support Team