Okay
  Public Ticket #151674
No button on global call to action
Closed

Comments

  • Ray started the conversation
    Hello, I did not want the 'call to action' button showing at all in the global call to action options. I have selected see through as the button colour however it still shows a white outline. In actuall fact I dont want a button or link at all.
  • Tara replied

    Has there been a solve for this? I am wondering the same. Thanks!!!

    URL: http://jp-architects.com/

  •  1,077
    ThemeNectar replied

    Hey everyone!

    If you want to remove the button in the global CTA - add this into the custom css box in your theme options panel:

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

    Cheers

  • Tara replied

    Works like a charm, thanks!

  •  1,077
    ThemeNectar replied

    You're welcome :)