Skip to content

Commit

Permalink
[TASK] update global site header partial to identify child theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jan 4, 2023
1 parent a4962ec commit fc2846a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theme/css/sections.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/* {% include './sections/section-name.css' %} */
{% include './sections/site-footer.css' %}
26 changes: 26 additions & 0 deletions theme/css/sections/site-footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.widget-type-simple_menu ul[role="menu"] {
list-style: none;
margin: 0;
padding: 0;
}

.widget-type-simple_menu a[role="menuitem"] {
text-decoration: none;
color: #fff;
}

.widget-type-simple_menu .hs-menu-flow-vertical a[role="menuitem"] {
padding: 6px 0;
}

.widget-type-simple_menu .hs-menu-flow-horizontal ul[role="menu"] {
display: flex;
justify-content: flex-end;
gap: 16px;
}

@media (max-width: 991.98px) {
.widget-type-simple_menu .hs-menu-flow-horizontal ul[role="menu"] {
justify-content: flex-start;
}
}
2 changes: 1 addition & 1 deletion theme/templates/partials/global-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"type" : "EXTERNAL"
}
},
"text" : "GET NIMBLY"
"text" : "NIMBLY CHILD"
} ]
},
style={
Expand Down

0 comments on commit fc2846a

Please sign in to comment.