Hero Buttons

Support Area Forums Elite Hero Buttons

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://www.jackohagan.com.au/
  • Author
    Posts
  • #29570
    LeanneKingwell
    Participant

    Hi Bill,

    Me again… sorry!

    Wondering, is is possible to include 3 x Hero Buttons on a Hero Photo?
    (spread across the page horizontally, or even stacked vertically)

    I could make this work for all pages if necessary.
    Or just selective pages, if possible?

    Many Thank Yous,

    Leanne 🙂

    #29594
    Bill Robbins
    Participant

    Hello Leanne,

    It is possible to do that. The hero caption spot can take any content there. What you could do is insert your buttons into the spot after any caption text you want. It would look something like this:

    
    My Caption Text Here
    <a class="button" href="http://link.com">Button Text</a>
    <a class="button" href="http://link.com">Button Text</a>
    <a class="button" href="http://link.com">Button Text</a>
    

    I believe that would give you a row of text followed by three buttons. Just replace the links and the button text with what you’d like each of them to say.

    If you run into trouble there, let me know.

    Have a great weekend,
    Bill

    #29599
    LeanneKingwell
    Participant

    Thanks so much Bill. Your support is amazing.

    Have a wonderful weekend too! 🙂 🙂 🙂

    #29604
    Bill Robbins
    Participant

    Leanne,

    You can set those to line up in a row. What you’ll want to do is take out the breaks between each of the buttons. If you didn’t add them yourself, what you’ll want to do is keep the buttons on the same line in the caption box.

    Then add this to your Custom CSS:

    
    .hero-copy p {
    	display: block;
    	text-align: center;
    }
    
    .hero-copy .button {
    	display: inline-block;
    	margin: 30px 15px;
    }
    

    That should line up the buttons in a row for you. Let me know how that goes.

    Bill

    #29643
    LeanneKingwell
    Participant

    Thanks so much Bill. 🙂

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