Okay
  Public Ticket #2518882
Remove Blog Post Category, Title, and Date in Header
Closed

Comments

  • Kristen started the conversation

    I hardly speak CSS, but I know there's a code to enter into the post that will remove the Category, Title, and Date from the header. Can you please help?

    Basically, I want to only see the image I selected for the header and set the height. I'll put the other info in the body of the post as to not block the image.

  •  8,884
    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-post .col.span_6.section-title.blog-title {
        visibility: hidden !important;
    }
    .single [data-post-hs="default_minimal"] .page-header-bg-image:after {
        background-color: transparent !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Kristen replied

    Worked GREAT! Thanks again, Tahir.