Okay
  Public Ticket #252385
Deactivate ALL Call to actions
Closed

Comments

  • Manuel started the conversation

    Hi,

    is there a way to globally deactivate all call to actions? So even when there is a new page, the default is an inactive status?

  •  8,848
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :

    #call-to-action {
        display: none !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Mark replied

    thank you!