• How do I link the buttons on the Parallax slider to the url I want to to go to? Is it by editing this code?

    <a href="#">Learn more</a>

    Thanks very much

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

Viewing 6 replies - 1 through 6 (of 6 total)
  • sorry don’t post often. the code should include da-link
    <a class=”da-link” before href=”your-link-here”

    At least that’s how i got mine to work.

    I need to do that too! Any help out there?

    Has anyone figured this out yet? What code do we use and where do we put it? Thanks

    Admin > Appearance > Theme Options > Parallax Slider > Slide Button
    <a class="da-link" href="https://insert-link-here">Learn more</a>

    It worked! YAY! Thank you! Now is there a way to get it to open in a new window and not leave my website?

    Use target=”_blank” to open a link in a new window.
    <a class="da-link" href="https://insert-link-here" target="_blank">Learn more</a>

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Parallax Buttons’ is closed to new replies.