Okay
  Public Ticket #1016834
Add Third Button to Nectar Slider
Closed

Comments

  •  2
    christygood started the conversation

    Hello,

    I am looking to add a third button to the default Nectar slider plugin for the home page. Currently in the editor there are only options to add 2 buttons. I would like to have 3 buttons. What are my options to add a third button? Preferably I would like to have this option in the slider editor, however, any override would work. Please let me know how we can make this happen.

    Thanks,

    Christy 

  •  8,997
    Tahir replied

    Hey C , 

    You will likely have to copy paste the HTML code of the Button in the Nectar Caption area to have 3 buttons . Some Css might also be needed to fine tune the alignments. 

    <div class="buttons" style="opacity: 1; padding-top: 0px;"><div class="button solid_color">
    <a class="primary-color" href="#">btn 1</a>
     </div>
    <div class="button solid_color">
    <a class="primary-color" href="#" style="">btn 2</a>
    </div>
    <div class="button solid_color">
    <a class="primary-color" href="#" style="">btn 2</a>
    </div>
    </div>
    

    Bes.t 


    ThemeNectar Support Team