Promotional banners are used in Enjovia to relay information to customers on every page.

There are a few ways these can be shown, the most common being beneath the stores banner image.

Untitled

In order to create this banner, you will first need to log in to your Enjovia site, then go to Settings > Store Settings > Promotional Banner

Untitled

Currently, there isn't a text editor available in this section of the site to change the size, font, colour etc of the text here. However, there are some ways to get around this using HTML if you want to try it out.

To get to the code editor, press the editor button above the banners text, your view will then change to a black field and more of a code style.

Untitled

Increasing Font Size

Increasing the font size can be done a few ways, the easiest would be to use a h1 or h2 'tag'. The h stands for header and the number is relevant to the size/importance. So using h1 would mean any text inside it would be larger than if you were using a h2.

To use these, simply copy the text below and put it into the code section mentioned above.

H1

<h1> Delete this text and enter your own <h1>

H2

<h2> Delete this text and enter your own <h2>

If you would like to take a look at a few other ways you can style your promotional banner, take a look over at w3schools - HTML Styles (w3schools.com)