Okay
  Public Ticket #3083157
Removing Author and Date from Posts
Closed

Comments

  •  3
    djstine started the conversation

    Hello,

    I hope you are having a good day. I love the Salient theme so much. I also have a questions on removing the author and date on posts. Do you have any advice on removing those? 

    https://www.janicemccartydesign.com/category/available-pieces/I truly apprecaite your knowage and any insight you may have on this. 

    Thank you so much, David Stine

  •  8,839
    Tahir replied

    Hey Again,

    Thanks for continuing to use Salient.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .post-area.featured_img_left .post-content-wrap .grav-wrap {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    djstine replied

    Tahir, Thank you so so much! Your solution completely worked. You are so talented!