It is possible to customize the homepage message of Eurécia, with a title, a message, an image, in addition to the logotype and the theme color of the company.
The message can be easily customizable by writing in html language to insert a link or color.
Who is concerned by this article?
Administrators of Eurécia.
Customize the logo, the homepage image and the color
Access : Admin Area > General Settings >Company record > 'Customize design'
- Click on Admin Area in the main menu, and then General Settings
- Go to Company record, and then "Customize design"
- Import the logo by clicking in 'Browse'
- Import the homepage image by clicking on 'Browse'
- Choose a color
- Click on 'Save'
Customize the homepage message
Access : Admin Area > General Settings >Company record > 'Customize design'
Add some color
- Write the following code where the text has to be in color
- <font color="red">texte</font>
- Replace red by the name or the color code you want the text to be write in.
- Replace texte by the message that will be in color.
- Save and click on the logo of the page to go back on the homepage.
Change the font size
- Write the following code where the text has to be in a different size
- <font size="2">texte</font>
- Replace 2 by the number matching the size you want
- Replace texte by the message you want to be in a different size
- Save and click on the logo of the page to go back on the homepage.
Make a carriage return
- Write <br /> just before the text
- Save and click on the logo of the page to go back on the homepage.
Insert a link in the message
- Write the following code where the link has to be added
- <A HREF="http://www.eurecia.com" TITLE="Site institutionnel Eurécia" TARGET="_blank"> <font color="fuchsia">To know more</font></A>
- Replace http://www.eurecia.com by the adress of the website, starting with http://
- Replace Site institutionnel Eurécia par by the text that will be displayed as info when putting the mouse on the link
- Let TARGET="_blank" and the link will open in a new Tab
- Replace fuchsia par by the name or color code of the color you want
- Replace To know more by the text the user will have to click on
- Save and click on the logo of the page to go back on the homepage.
Key words associated to this article :
Homepage - New employees - message - font - welcome - customize - Company record
Comments
0 comments
Article is closed for comments.