Add a Description to Your Portfolio Projects
What does this code do?
This code snippet will allow you to have a title and description on your Portfolio Projects.
Before using this code snippet take note of the following:
This code is not compatible with the Grid: Simple Layout. It works best with the Grid: Overlay Layout.
Your title and description will be the same font and font size. However, you can add some additional code to have the title bolded or the description in italic.
Keep your description short as this will show up in the Previous and Back buttons when within the project.
Make sure to use an SEO Title and Description or the whole Project Title and Description will show as the title in search results.
Code Snippets
Copy and paste this code into the Title space for the Project. Make sure there is a </br> tag where ever you would like a line break.
Project Title </br> Project Description
Or to have the title bolded….
<strong>Project Title</strong></br> Project Description
Or to have the description in italics…
Project Title </br> <em>Project Description</em>
Then change the title and description to match your project.
How To Use It
Copy and paste the code as indicated above.
Change the title and description to match your project.