If you want to embed a link into a paragraph block on your homepage or any info pages you may have, you can easily do this by completing the steps below.
You may want to link another page of your web shop or you may want to link a third-party website - to do this, open up your Shop Editor > Content> Body > add in a Paragraph.
Once you have added the paragraph, you can add in a title and the text in the 'paragraph' section on the left-hand side.
Once you hit update and save, you will see that your text will update.
To link your a part of your text to another page, select the 'code view' button (</>).
Once you have selected the code view, the text will appear as below.
Locate where you have written the word you wish to link to another page - for example 'click here'. Replace this with the code:
<a href="LINK">click here</a>
As we wish to link our paragraph to the Red Brick Market website, we add their URL in the link section of the code. For example:
<a href="https://redbrickmarkets.co.uk">click here</a>
If you wanted to link your paragraph to Google - the code would look like this:
<a href="https://www.google.com/">Click Here</a>
Please note: it is vital for you to exit the code view for your code to take effect.
Once you have exited code view and saved your work, hit the publish live button and view your shop. You should then be able to click the word you linked to another page which will redirect you to your chosen page.
Top tip: if you wish to make your chosen word bold to bring attention to your link, you can simply add in <strong></strong> to your code.
Example: <a href="https://redbrickmarkets.co.uk"><strong>click here</strong></a>
This will then appear as below.
We would recommend saving this code so you can easily copy and paste it whenever you need it.
<a href="LINK"><strong>Click Here</strong></a>
If you have any queries about this feel free to get in touch with our Support team on Live Chat or via email.