second hero.

Support Area Forums Kerygma second hero.

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #31118
    Avatar photoZac Manor
    Participant

    im trying to set up a home page style with a background image so it shows thru and looks like a second hero (kind of thing)

    I’ve done everything you’ve suggested in an earlier post but the image will not show up.

    any ideas?

    #31124
    Bill Robbins
    Moderator

    There are probably a few different ways you could approach that. Would I would suggest doing is this. Add a plain text widget to the home block where you’d like to have the second hero be. Leave the title of the widget empty. Then add this to the content:

    
    <div class="hero-copy center-text">
    				
    	<div class="hero-title-holder">
    		<h2 class="hero-title">Welcome</h2>
    	</div>
    
    	<div class="hero-button-holder">
    		<a class="button hero" href="http://yourlink.com">start here</a>
    	</div>
    								
    </div>
    

    Then replace the Welcome with the title you’d like to have there. Also change the http://yourlink.com to the URL you’d like the button to link to and the start here to what you’d like the button to say. If you want to remove the button, delete this:

    
    <div class="hero-button-holder">
    	<a class="button hero" href="http://yourlink.com">start here</a>
    </div>
    

    We may have to apply a bit of styling to it, but see how far that takes you first.

    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘second hero.’ is closed to new replies.