• Hey,

    Working with Tonic and really like it.

    BUT – I want to remove the button “Call to Action” in the Jumbotron.

    I have image I want to put there as opposed to a button.

    But – I don’t know how to alter the template.

    Need some help. Thanks

Viewing 1 replies (of 1 total)
  • The code you want to change is around line 662 in functions.php:

    <a class="btn btn-large btn-primary" href="<?php echo $bavotasan_theme_options['jumbo_headline_button_link']; ?>"><?php echo $bavotasan_theme_options['jumbo_headline_button_text']; ?></a>

    Replace that with your image code.

Viewing 1 replies (of 1 total)
  • The topic ‘Replace Call to Action button with an image?’ is closed to new replies.