Inside Landing Page: breadcrumbs and title
Add a color box at the top of the inside landing page to hold the breadcrumbs and title.
Comments:
- In order to choose
- had to setup new content type field for landing pages
- had to add code temp to grab values
{% set bgcolor = node.field_breadcrumb_bkd_color.value %}
- had to setup default color value and set field to be required on land page content types, although home page will not use these values (Brian Canini - Sep 10, 2018)