Okay
  Public Ticket #674673
Call to action / don't want button link on section not working
Closed

Comments

  • M started the conversation

    Trying to setup the call to action section - however, the 'section' link option is not working. I also have the button disabled, however, it's still showing up - and showing up as the main link.

    PMing login details.

  •   M replied privately
  • M replied

    and how can i remove the down arrow, please?

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #call-to-action .triangle {
        display: none;
    }
    
    
    #call-to-action .container a {
        display: none !important;
    }

    Bes.t



    ThemeNectar Support Team 

  • M replied

    Great - thank you. Looks much better. Now, how do i have the container text be a link?

  •  8,992
    Tahir replied

    Simply use a the tinymce controls: http://prntscr.com/a501sy .

    Bes.t


    ThemeNectar Support Team 

  • M replied

    Thanks - however, I used the global CTA settings.

  • M replied

    And, it does not turn the whole container into a link. Please advise. I need this active ASAP.

  •   M replied privately
  •  1,089
    ThemeNectar replied

    Hey, i've adjusted the custom css snippet in your options panel to work as you desired :)