Okay
  Public Ticket #388577
Remove the Share buttons on the ascend blog post
Closed

Comments

  • Marcos Paulo started the conversation

    Hi, I would like to know if there is a way to remove or at least edit the bar highlighted in the attachment (share buttons in the ascend styled blog post).

    Thanks.

  •  8,849
    Tahir replied

    Hey Marcos,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .single-post #single-below-header.fullscreen-header {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Marcos Paulo replied

    Thanks!

  • Marcos Paulo replied

    Thanks!