Copy Feature Button?

Discussion in 'GoldenEagle WordPress Theme' started by changetriangle, Feb 25, 2013.

Thread Status:
Not open for further replies.
  1. changetriangle

    changetriangle New Member

    Joined:
    Feb 21, 2013
    Messages:
    10
    Likes Received:
    0
    I used my feature button as my donation button but need another one to use for joining our mailing list. I don't want to have 2 different looking buttons on our home page. Is there any way to get the coding for the feature button so I can have my "join mailing list" button look the same as my "donate now" button?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to front-page.php present in your theme directory and add the code given below

    Code:
     <div class="feature-strip">
        <div class="feature-text">
         
            <h1>Enter your text</h1>
     
        </div>
        <div class="feature-buttons">
    <a class="btn-1" href="Enter your link address">Button text</a>
       
        </div>
        </div>
    Sending image for reference

    [​IMG]
     
  3. changetriangle

    changetriangle New Member

    Joined:
    Feb 21, 2013
    Messages:
    10
    Likes Received:
    0
    Got it! Thanks so much!
     
Thread Status:
Not open for further replies.

Share This Page