Okay
  Public Ticket #256174
Button on the Call to Action not appearing
Closed

Comments

  • Craig started the conversation

    Hello, when I enter details for the CALL TO ACTION, the button does not appear.

    It would be good if you could improve the CALL TO ACTION on future updates.

    I don't like how you can choose colours for the background and text but you have limited weird options for the button colour?

    Also, the ability to limit where the CALL TO ACTION is placed does not work, you can only nominate pages, but the CTA will appear on all posts if info is entered in that panel.

    Maybe just a radio button to turn CTAs on or off?

    But the main issue I have is the button does not appear at all.

  •  8,839
    Tahir replied

    Hey!

    It seems you have turned off the Call to action. Can you turn it on so i can live edit the css and see why the button is not appearing. 

    Thanks


    ThemeNectar Support Team 

  •   Craig replied privately
  •  8,839
    Tahir replied

    Hey!

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

    .nectar-button:not([data-color-override="false"]), .nectar-button:not([data-hover-color-override="false"]) {
        visibility: visible !important;
    }
    

    or Update to Theme Version 4.5.1 . 

    Thanks


    ThemeNectar Support Team