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
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: <a href="#">Read More..</a> Add your link address at the place of # Follow same process for "Home page featured section".
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,
Remove previous code and Add this code in description field Code: <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;}