HEADER: color border underneath
Looking to enter a color border underneath
ADDITIONALLY, move the announcement bar to ABOVE the header
Thanks in advance!!
BW,
Tim
wilfreds.shop
HEADER: color border underneath
Looking to enter a color border underneath
ADDITIONALLY, move the announcement bar to ABOVE the header
Thanks in advance!!
BW,
Tim
wilfreds.shop
1- use below code into your styles.min.css file in theme files for header border bottom.
body header {
border-bottom: 2px solid #789276;
}
2- changing the place of announcement bar
you can change the bar from the theme.liquid file to above the folder can you please share your theme.liquid file code so that i can share the solution with you.
thanks
Thankyou in advance
body footer { background-color: #FAF7F5 !important; margin: 0 !important; } body header { background-color: #FAF7F5 !important; margin: 0 !important; }{%- render ‘head’ -%}
{% include ‘buddha-megamenu-before’ %}
{% include ‘buddha-megamenu’ %}
{{ content_for_header }}
{% render ‘globo.alsobought.script’ %}
{%- render ‘bold-options-hybrid’ -%}
{%- render ‘bold-common’ -%}
{% if template == ‘product’ and product.metafields.inventory.ShappifyHidden or product.type contains ‘HIDDEN’ %}{% endif %}
{% include ‘pagefly-app-header’ %}
{% include 'buddha-megamenu-wireframe' %}{%- render ‘head’ -%}
{% include ‘buddha-megamenu-before’ %}
{% include ‘buddha-megamenu’ %}
{{ content_for_header }}
{% render ‘globo.alsobought.script’ %}
{%- render ‘bold-options-hybrid’ -%}
{%- render ‘bold-common’ -%}
{% if template == ‘product’ and product.metafields.inventory.ShappifyHidden or product.type contains ‘HIDDEN’ %}{% endif %}
{% include ‘pagefly-app-header’ %}
{% include 'buddha-megamenu-wireframe' %}please just replace the placement of the announcement bar like i did below.
{% section ‘header-announcement’ %}
{% section ‘header’ %}
thanks