Support » Theme: evolve » Link for "learn more" button

  • Resolved mary33

    (@mary33)


    I am new to WP and themes. I love the Evolve theme with all of the options of customizing, which I have no idea how to use most of them yet. If I want to use a “learn more” button on my bootstrap slider, where in the customizing do I put the link? Please be specific. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Login to your WordPress Dashboard.
    In the left menu, look for Appearance -> Theme Options -> Bootstrap Slider.

    There are many settings there.
    For example, you want to customize the Learn more button for the first slide.

    Go to Slide 1 Button, find the following codes.

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

    Replace with the following codes, it will open up a new tab to google.com when you click on that button.

    <a class="button" href="http://google.com" target="_blank">Learn more</a>

    You can replace http://google.com with any url.
    You can replace Learn more, with your own text.

    Hope this helps!

    Thanks!

    Thread Starter mary33

    (@mary33)

    Thank you so much! I really appreciate your help.

    Hi,

    Thank you. Please kindly set this thread to resolved.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link for "learn more" button’ is closed to new replies.