I’m currently following the learning path “Become a Rapid Developer” in the Mendix Academy. I got as far as adding pages to my Home page, but then I accidentally deleted the Home page. I have re-created this page, but I don’t know how to add the title so that it looks like the original Home page (see below screenshots). I’m using Mendix Studio version 2.0.749. Thanks.
asked
Michael Koy
2 answers
0
Just add a container widget on the page, and put text element inside it, and change the title as you want it to be. Use css class "pageheader" for container to show it as light blue.
answered
Abhishek
0
Hi,
Take a Layoutgrid and use Text widget :
If you want to add main headings then use Render Mode accordingly like Heading3
If you want to add sub headings/ sub titles under the header then Render mode like Paragraph