All Collections
Troubleshooting & Tips
Contact Page Font Styling
Contact Page Font Styling
Updated over a week ago

You can add HTML tags to your default contact page to style your text. There many options, like Headings, Bold or Italic, links and more. you can use manual tags ( see list below), or any of many many free tools, to style your contact page text to your liking.

As you see below, we have changed the font, styling ( bold " you") and added a link in red to the the word "blog":

html.jpg

All you have to do is to use a free tool ( ex.: http://www.unit-conversion.info/texttools/text-to-html/), style your text font, color, add links, and than copy-paste the code into the contact page window:

html2.jpg

here is the list of popular free text to HTML online text converters along with their corresponding links:

These converters are free to use and allow you to quickly and easily convert plain text into HTML code, saving you time and effort. Simply copy and paste your text into the converter and it will generate the HTML code for you, which you can then use in your website or other projects.

Hier are few HTML codes in case you want them add manually to your text:

  • <b> - Bold text

  • <strong> - Important text

  • <i> - Italic text

  • <em> - Emphasized text

  • <mark> - Marked text

  • <small> - Smaller text

  • <del> - Deleted text

  • <ins> - Inserted text

  • <sub> - Subscript text

  • <sup> - Superscript text

  • <a href="Link-Target-Url">Link-Text</a> - Link Text

Did this answer your question?