Portfolio button

Discussion in 'RoadFighter WordPress Theme' started by kane19, Nov 16, 2013.

  1. kane19

    kane19 New Member

    Joined:
    Nov 14, 2013
    Messages:
    4
    Likes Received:
    0
    Is there any way to delete the portfolio button & link as it appears on the front page?
    Perhaps it could be another link to call button instead?
    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    For removing Portfolio button


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .bottom_tagline_button {
    display: none;
    }
    and for adding link

    Use anchor tag for adding link on the pages.

    For example

    Code:
    <a href="Enter Your Link Address Here">Enter your text here</a>
     
  3. kane19

    kane19 New Member

    Joined:
    Nov 14, 2013
    Messages:
    4
    Likes Received:
    0
    Thank you!
    But its not clear to me where I put the anchor code?
    If I want it on my home page and the address of the site is www.westcoastmarine.com.au where do I put it & what is the link I use?
    Thanks
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. kane19

    kane19 New Member

    Joined:
    Nov 14, 2013
    Messages:
    4
    Likes Received:
    0
    Thanks
    I am trying to put it on the front page(home) where the portfolio button was that we just removed at the beginning of this thread. Otherwise its just a blank space now.
    Thanks
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to
    Appearance > Theme Option > Home Page Bottom Feature > Home Page Tagline
    and enter your link there.

    For example:

    Code:
    <br><br><a href="Enter your link address here">Enter your text here</a>
     

Share This Page