• Open
  • 19.05.2020 at 03:11 #44828

    Hi
    I want to add buttons to my sliders that when clicked link to other pages in my website. Is there simple code that i can add to the ‘slide button box’ on the slides section of the parallax slider options that will allow me to do this?

    Evgeny
    Keymaster
    Posts: 1010
    19.05.2020 at 18:45 #44832

    Hi. Sure, the simple code is right there where you add slides. https://prntscr.com/sjs5b3 Just replace “#” with the URL of the page, you want the visitor to go to.

    Christopher Black
    Spectator
    Posts: 1
    23.05.2020 at 03:09 #44837

    Thanks evgeny, appreciated.
    One other small thing – how do i change the colour of the button?

    Evgeny
    Keymaster
    Posts: 1010
    24.05.2020 at 19:44 #44845

    The easiest way is to do the following:
    <a class="btn btn-sm" style="background: red;" href="#">Learn more</a>

    Change “red” to whatever color you like. You can use hex numbers as well.