I want to add a BUTTON for viewers to click on .

  • Unknown's avatar

    How can I put a BUTTON on my website for viewers to click to go to a landing page. I am using Shoretich theme. I am having trouble ‘customizing’ it. Seems things will only go in certain spots. I have little to no control over the lay out. I have been working on th is website for over a month and getting very frustrated.

    The blog I need help with is: (visible only to logged in users)

  • Have you tried using the setup instructions here?
    https://wordpress.com/themes/shoreditch/

    That page has a section on making Call to Action buttons. Here’s the sample code. You would add this in HTML (changing the link, of course, and the text as needed) :

    <a href="https://shoreditchdemo.wordpress.com/" class="button">Button</a>
    
    <a href="https://shoreditchdemo.wordpress.com/" class="button minimal">Button Minimal</a>

    The setup instructions there will also help walk you through making your site look more like the demo. Please note too, if you get an upgraded plan, you can open a chat with support and we can help you with any issues you’re running into.

  • The topic ‘I want to add a BUTTON for viewers to click on .’ is closed to new replies.