• Open
  • May 19, 2020 at 3:11 am #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: 983
    May 19, 2020 at 6:45 pm #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
    May 23, 2020 at 3:09 am #44837

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

    Evgeny
    Keymaster
    Posts: 983
    May 24, 2020 at 7:44 pm #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.