Add Read More to 2 Columns and 4 blocks on the home page

Discussion in 'Figero WordPress Theme' started by optimized, Jan 19, 2013.

  1. optimized

    optimized New Member

    Joined:
    Jan 8, 2013
    Messages:
    5
    Likes Received:
    0
    We are building a ballet school website at http://bankaccountpanama.com/ and would like to add Read More links to the Columns and 4 blocks on the home page.

    How can we do this?

    Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    You can add read more link by yourself.
    Go to the Appearance > Theme options > Home page two cols / Description and add code for link at the bottom of your description.

    Code:
    &nbsp;&nbsp;&nbsp;<a href="#">Read More..</a>
    
    Add your link address at the place of #

    [​IMG]

    Follow same process for "Home page featured section".
     
  3. optimized

    optimized New Member

    Joined:
    Jan 8, 2013
    Messages:
    5
    Likes Received:
    0
    Hi Nitech:

    Thank you very much for your help.

    I have another consultation, how can I add a hyperlink color to the read more text. I have added several html commands and I keep getting no results.

    Thanks,
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Remove previous code and Add this code in description field
    Code:
    &nbsp;&nbsp;&nbsp;<a href="#" id="read">Read More..</a>
    Then paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #read{color:red;}
     

Share This Page