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
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>
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
Hello, Could you please specify us with the help of screenshot images that where you want to add button on home page. See the link given below for reference http://www.w3schools.com/tags/tag_a.asp http://www.w3schools.com/tags/tag_img.asp I hope this will help you.
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
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>