Skip to content

Welcome to your website

Explore your custom elements, text styles & color codes that will help you showcase and organise your content effectively.

In this page, you will also learn how to manage templates, menus & Gutenberg blocks.

Text styles

Blocks

Headings

Website body headings, such as H1, H2, H3, etc., are HTML tags used to structure content and provide hierarchical organization. They play a crucial role in SEO as search engines assign higher importance to headings in descending order (H1 being the most important). This hierarchy helps search engines understand the content’s context and relevancy. Properly optimizing headings with relevant keywords can improve search engine rankings and overall website visibility.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
Paragraphs

This is a paragraph. A WordPress paragraph refers to a content element within the WordPress editor that represents a block of text or written content on a webpage.

It is possible to add media to paragraph blocks.

Links

This is a link.

Adding links allows users to click on the text and be directed to the specified URL. Links can be set to open in a new tab ensuring that the original page remains accessible, which is useful when linking to external websites or important references.

Screenshot 2023-06-29 at 00.03.28

Select the text you want to link and click on the Link item on the block toolbar

Screenshot 2023-06-29 at 00.03.42

Type or paste the destination URL

Screenshot 2023-06-29 at 00.03.57

When you start typing, suggestions of pages will start appearing. Select your destination from the suggestions list or type it manually.

Screenshot 2023-06-29 at 00.08.31

Enable Open in a new tab when needed (linking to external sources).

Screenshot 2023-06-29 at 00.08.39

After you added the link URL, click on the enter icon.

Adding links to email addresses

To add a link to an email address, just select the address and click on the Link item on the block toolbar, Wordpress automatically identifies the email address and will add the correct link structure.

If you need to add an email link manually, you should add it in the link URL field following this format (no spaces):

mailto:emailaddress@gmail.com

This will automatically trigger the user’s email client to open and start a new email, there is no need to enable the Open in New Tab option.

Screenshot 2023-06-29 at 00.15.37
Highlighted code text

A Highlighted code text displays text in a specific code style font (roboto Mono) and applies the custom background and text colors that you choose. This helps to emphasize code terms or make them visually distinct on the front end of your website.

Screenshot 2023-06-29 at 00.23.31

1. On a text area, select the text you want to highlight, click on the down arrow item on the block toolbar and click Highlight

highlight text

2. Select the text color and the background color you want to use. If your background is light, do not change the text color.

Screenshot 2023-06-29 at 00.21.56
Screenshot 2023-06-29 at 00.22.16

3. Click on the selected color area to see more options if you want to manually add your color code.

color selection
Screenshot 2023-06-29 at 00.23.09
Highlighted code text within a custom block

A Highlighted code text displays text in a specific code style font (roboto Mono) and applies the custom background and text colors that you choose. This helps to emphasize code terms or make them visually distinct on the front end of your website.

Screenshot 2023-07-05 at 12.00.35

1. On any custom block that does not include the highlight menu option, follow the steps below to create a highlighted text.

Screenshot 2023-07-05 at 11.59.35

2. On a text area, select the TEXT tab to enable code editor mode.

Screenshot 2023-07-05 at 11.59.43

3. Add a <mark> tag around the word(s) you want to highlight, do not forget to close the tag with </mark>.

The structure to follow is: <mark>highlighted text</mark>


This tag must have the class has-inline-color and the styles that will define the highlight background color and the text color.
By default the text color is #454545 there is no need to add the color attribute when your highlight background is light. 

To change ONLY the background color, your highlighted text code will look like this:

This is a <mark class=”has-inline-color” style=background-color:#E9E9F5;”>transactionSignature</mark>warning</mark> message block

To change both the Background and the text color, your highlighted code will look like this:

This is a <mark class=”has-inline-color” style=”background-color: #E9E9F5; color: #454545;”>warning</mark> message block

Screenshot 2023-07-05 at 12.00.15
Screenshot 2023-07-05 at 12.00.35

Blocks

WordPress Gutenberg blocks are modular components that enable users to create and customize content layouts in the WordPress editor. Each block serves a specific purpose and can contain text, images, multimedia, and it is styled according to the website UI and UX guidelines provided.

Blocks offer a flexible and intuitive way to structure web pages without relying on page builders or custom code.

Basic tables

An HTML basic table is a structured grid-like element used to organize and display tabular data on a web page, consisting of rows and columns.

Follow the steps below to create and edit tables.

basic tables

1. Add a new block and select Table

Screenshot 2023-06-28 at 22.39.51

2. Define the number of rows and columns you will need and click Create Table. Rows and columns can also be added later.

Screenshot 2023-06-28 at 22.48.35

3. On the block settings panel (right sidebar) enable the option Header section. This section will appear on the top row of your table and this is where you’ll add your table headers.
The table will automatically assume all styling rules, there is no need to make the headers bold and the cell separator lines will assume the correct color and weight.

tablesettings

4. When you are editing your table, you can insert or delete rows or columns by clicking the Edit Table icon.

Screenshot 2023-06-28 at 22.57.35
Messages

Message blocks are used to display a boxed message. 

The message box will automatically assume the color and icon corresponding to the type of message selected in the page editor, below are the existing types of messages and their names:

Message type: info
Message type: info
Message type: warning
Message type: warning
Message type: notification
Message type: notification
Message type: benefits
Message type: benefits

1. To add any type of message box, add a new block and select Message box

Screenshot 2023-06-28 at 23.05.38

2. Click on Add Message block and select the type of message block you want to create  – refer to the images here.

Screenshot 2023-06-28 at 23.13.45

3. Paste or type your message content in the Info text area. You can add any styles to your text – bold, italic, lists, headings, background colors, text colors – and you can display media inside the message boxes as well – images, videos, gifs.

The message box will automatically assume the color and icon of the corresponding type of message.

Screenshot 2023-06-28 at 23.16.48
Accordions

Accordion blocks are used to display collapsed content that can be expanded to show the accordion content. The content area can contain text (paragraph) or any other block type.

The accordion will automatically assume the website styles once it is published.

Screenshot 2023-06-28 at 23.42.59

1. Add a new block and select Accordion.

Screenshot 2023-06-28 at 23.24.13

2. Three purple accordion boxes will appear in your editor. 

To add more accordions click + Add Accordion Item just below the last purple accordion box.

Screenshot 2023-06-28 at 23.24.50

3. To remove the accordion boxes you don’t need, click to select the accordion you wish to delete, click on the three dots block toolbar item and then click Remove Accordion Item. Do this for each accordion you wish to delete.

Screenshot 2023-06-28 at 23.25.57

4. To add a title to your accordion, type or paste it in the purple box, where it says Add Title. Click in this are and you can start typing or pasting your title.

Screenshot 2023-06-28 at 23.25.31

5. To insert text into your accordion content, type or paste the text. It is possible to style the text just like in any other body text area.

Screenshot 2023-06-28 at 23.34.22
Screenshot 2023-06-28 at 23.34.35

6. It is also possible to insert any block inside the accordion content area, by clicking the plus icon on the bottom right corner of the accordion content area.

Screenshot 2023-06-28 at 23.34.53
Link cards

Link cards are simple cards that include a title, a brief description (limited to 85 characters), and a link to specific pages or content within the website. Link cards are displayed in two-column rows and provide a concise and visually appealing way to present information and direct users to relevant sections or resources on the website.

Screenshot 2023-06-28 at 15.43.54

1. Add a new block and select Link Cards.

Screenshot 2023-06-29 at 00.48.52

2. To start adding cards click Add Row and then click Link Cards

Screenshot 2023-06-29 at 00.49.35

3. Fill-out all the fields (Title, Description and Link – the arrow, as well as all the styles, will be displayed automatically on the frontend) for each card. To add more cards click Add Row > Link Cards.

Screenshot 2023-06-29 at 00.51.45

4. You can duplicate or remove cards by using the tools that appear in each card’s content area when you place your mouse cursor over it. When you place your cursor on the Link Cards header, you are also able to move it and change the order the cards are displayed by dragging and dropping it within your Link Cards list.

duplicate the card to create a new one with the same content.
duplicate the card to create a new one with the same content.
remove a card
remove a card
Drag and drop your cards to reorder them
Drag and drop your cards to reorder them
Category cards

Category cards are showcased in rows of three columns, presenting visual cards with images. These cards serve as clickable links that direct users to specific categories or main sections of the website.

Screenshot 2023-06-29 at 01.07.54

1. Add a new block and select Category Cards.

Screenshot 2023-06-29 at 01.06.37

2. To start adding cards click Add Card and then click Category Cards

Screenshot 2023-06-29 at 01.06.49

3. Fill-out all the fields for each card. To add more cards click Add Card > Category Cards.

When adding images to the cards, make sure all images have the same proportions, to keep all the cards correctly aligned in the frontend.

Screenshot 2023-06-29 at 01.07.02

4. You can duplicateremove or change your cards order by following the same steps as shown in Link Cards.

duplicate the card to create a new one with the same content.
duplicate the card to create a new one with the same content.
remove a card
remove a card
Drag and drop your cards to reorder them
Drag and drop your cards to reorder them
Product cards

Product cards are organized in rows of two columns, providing high-level information about a particular product. These cards serve as a gateway to access the documentation specific to each product, allowing users to learn more about its features, installation guides, and other relevant resources to enhance their understanding and usage.

Screenshot 2023-06-29 at 01.19.00

1. Add a new block and select Product Cards.

Screenshot 2023-06-29 at 01.20.36

2. To start adding cards click Add Row and then click Product Cards

Screenshot 2023-06-29 at 01.20.45

3. Fill-out all the fields for each card. To add more cards click Add Row > Product Cards.

When adding images to the cards, make sure all images have the same proportions, to keep all the cards correctly aligned in the frontend.

Screenshot 2023-06-29 at 01.20.56

4. You can duplicateremove or change your cards order by following the same steps as shown in Link Cards and Category Cards.

duplicate the card to create a new one with the same content.
duplicate the card to create a new one with the same content.
remove a card
remove a card
Drag and drop your cards to reorder them
Drag and drop your cards to reorder them
Bullet List – blue

Bullet List Blue is visually different from regular bullet lists and it displays the content list in a vertical timeline or step-by-step format. It automatically generates bullets for each point added. Simply input the text for the bullet points as paragraphs or headings, and the list will display them in a timeline-like format.

Screenshot 2023-06-29 at 03.43.13

1. Add a new block and select Bullet list blue.

Screenshot 2023-06-29 at 03.45.36

2. To start adding bullet points click Add Row 

Screenshot 2023-06-29 at 03.46.07

3. Insert the bullet point content in the text area field. This text can be formatted like any other text area fields – bold, italic, highlighted text, headings etc.. – Media can also be added to bullet points.

Click Add Row to add another bullet point.

Screenshot 2023-06-29 at 03.46.19

4. You can duplicateremove or change your cards order by following the same steps as shown in Link Cards and Category Cards.

duplicate any bullet point to create a new one with the same content.
duplicate any bullet point to create a new one with the same content.
remove a bullet point
remove a bullet point
Drag and drop your bullet points to reorder them
Drag and drop your bullet points to reorder them
Video – Loop and autoplay

Bullet List Blue is visually different from regular bullet lists and it displays the content list in a vertical timeline or step-by-step format. It automatically generates bullets for each point added. Simply input the text for the bullet points as paragraphs or headings, and the list will display them in a timeline-like format.

Screenshot 2023-07-03 at 07.19.02

1. Add a new block and select Video.

Screenshot 2023-07-03 at 07.18.00

2. To add your video, you can upload a nee file such as mp4, use a video already uploaded to your media library or embed a video from a URL (from youtube, vimeo, etc..). 

Screenshot 2023-07-03 at 07.18.10

3. To make the video autoplay on a loop, the following settings must be enabled:

  • Autoplay
  • Loop
  • Muted
  • Play inline
Screenshot 2023-07-03 at 07.16.43

4. IMPORTANT!! Lastly, click on the block’s “Advanced” section to reveal the advanced options and on the field ADDITIONAL CSS CLASS(ES), add autoplay-loop-video

Add CSS class: autoplay-loop-video
Add CSS class: autoplay-loop-video
Code Snippet

Code blocks are used to display code snippets in a dark blue background. These blocks preserve the indentation of the code and include a “copy code” link on the top right corner, making it convenient for users to copy the entire code snippet to their clipboard with a click.

codeSnippet card

1. Add a new block and select Code.

Screenshot 2023-07-03 at 07.48.29

2. Type or paste your code snippet

Screenshot 2023-07-03 at 07.48.40
Code Snippet – single line

Code blocks are used to display code snippets in a dark blue background. These blocks preserve the indentation of the code and include a “copy code” link on the top right corner, making it convenient for users to copy the entire code snippet to their clipboard with a click.

Screenshot 2023-06-28 at 23.42.44

1. Add a new block and select Code.

Screenshot 2023-07-03 at 07.48.29

2. Type or paste your code snippet

Screenshot 2023-07-03 at 07.48.40

3. IMPORTANT!! Lastly, click on the block’s “Advanced” section to reveal the advanced options and on the field ADDITIONAL CSS CLASS(ES), add singleline

Screenshot 2023-07-03 at 07.56.46
Tabbed Content

Code blocks are used to display code snippets in a dark blue background. These blocks preserve the indentation of the code and include a “copy code” link on the top right corner, making it convenient for users to copy the entire code snippet to their clipboard with a click.

Screenshot 2023-07-07 at 17.31.04

1. Add a new block and select Tabs Block.

Screenshot 2023-07-07 at 17.28.43

2. On the Tab Label area, type your tab title, on Type/to choose a block, type or paste the tab content, or select any block to add to the tab

Screenshot 2023-07-07 at 17.28.55
Screenshot 2023-07-07 at 17.29.17

3. To add another tab, click the plus icon and follow the same steps

Add tabs
Big Blue Button

Code blocks are used to display code snippets in a dark blue background. These blocks preserve the indentation of the code and include a “copy code” link on the top right corner, making it convenient for users to copy the entire code snippet to their clipboard with a click.

Screenshot 2023-07-17 at 23.16.53

1. Add a new block and select Buttons Block.

Screenshot 2023-07-17 at 23.15.30

2. Type the text the button should display directly on the dark grey button area

Screenshot 2023-07-17 at 23.15.45

3. Add the link

Screenshot 2023-07-17 at 23.15.52

4. On the Advanced tab add the “Additional CSS Class” BigBlueButton

Screenshot 2023-07-17 at 23.16.11