diff --git a/NP_Custom_Templates/customer_templates/Stripe/_header_desktop_menu_item.html.liquid b/NP_Custom_Templates/customer_templates/Stripe/_header_desktop_menu_item.html.liquid index 78e6e0ab..3b4aae9d 100644 --- a/NP_Custom_Templates/customer_templates/Stripe/_header_desktop_menu_item.html.liquid +++ b/NP_Custom_Templates/customer_templates/Stripe/_header_desktop_menu_item.html.liquid @@ -5,7 +5,7 @@ {% if url contains current_page_orgin %} is-active white-text {% else %} - black-text + white-text {% endif %} " {% if external %}target="_blank"{% endif %} diff --git a/NP_Custom_Templates/customer_templates/Stripe/homepage.html.liquid b/NP_Custom_Templates/customer_templates/Stripe/homepage.html.liquid index 93095f0d..75b89db9 100644 --- a/NP_Custom_Templates/customer_templates/Stripe/homepage.html.liquid +++ b/NP_Custom_Templates/customer_templates/Stripe/homepage.html.liquid @@ -8,14 +8,14 @@ {% assign role = current_person.properties.role %} {% case role %} {% when 'developer', 'architect' %} -
+
Hi {{ current_person.display_name }}, how is the weather in {{ current_person.properties.location }}? - Here is the training you are eligible for in your role as {{ current_person.properties.role }}. + Here is the training you are eligible for in your role as {{ current_person.properties.role }}.
{% else %}
- Hi {{ current_person.display_name }}, how is the weather in {{ current_person.properties.location }}? - Here is the training you are eligible for in your role as + Hi {{ current_person.display_name }}, how is the weather in {{ current_person.properties.location }}?
+
Here is the training you are eligible for in your role as