Okay
  Public Ticket #1661165
blog author/ comments
Closed

Comments

  •  2
    Rian started the conversation

    Hi,

    How can i remove the author/ date as well as the divider line beneath it? I tried a few codes from other tickets but didn't work.

    thank you!

  •  8,427
    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):

    div#single-below-header {
        display: none !important;
    }
    .single .heading-title {
        border-bottom: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Rian replied

    thank you!