Skip to content

Commit

Permalink
[TASK] changes to hero-image and header
Browse files Browse the repository at this point in the history
  • Loading branch information
mesosa committed Jan 19, 2024
1 parent e02f3bb commit d269ee0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions theme/sections/hero-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,19 @@
"custom_theme_overrides" : {
"font" : {
"color" : "#FFFFFF",
"css" : "color: #FFFFFF;font-family: 'Open Sans', sans-serif;",
"fallback" : "sans-serif",
"font" : "Open Sans",
"font_set" : "GOOGLE",
"styles" : { },
"variant" : "regular"
"size" : 18,
"style" : "font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none",
"styles" : {
"font-family" : "'Open Sans', sans-serif",
"font-style" : "normal",
"font-weight" : "normal",
"text-decoration" : "none"
},
"variant" : "600"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion theme/templates/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

{% block header %}
{% global_partial path='../partials/global-header-settings.html' %}
<header class="global-header_wrp hs-search-hidden {{'sticky-header' if widget_data.sticky_header.value}}">
<header class="global-header_wrp hs-search-hidden {{'sticky-header' if widget_data.sticky_header.boolean}}">
{% global_partial path='../partials/global-header.html' %}
</header>

Expand Down

0 comments on commit d269ee0

Please sign in to comment.