Move header under banner image Publisher Theme

Hi- im looking to move the whole HEADER under the BANNER IMAGE section on the Publisher Theme.

Link to store is: 87dd51-2.myshopify.com

PW: publicforum

Thanks in advance!!

Hi @yump

You can do that by adding this code to your theme.liquid file

{% if template == 'index' %}

Hi- I added the code to the bottom of the theme.liquid file…it removed the header bar but the LOGO and icons are still in the same position??

Hi,
Modifying it through CSS will not be effective and accurate. If you are looking for a temporary solution, you can edit it with CSS. However, for a precise custom solution, please contact me or find a reputable theme customization provider. Thank you.

Hi- whats the charge for this? I do not want a temporary solution. Thanks

Don’t you want it to look like that?

No i want it to look like this: https://themes.shopify.com/themes/emerge/styles/light/preview?surface_detail=listing&surface_inter_position=1&surface_intra_position=3&surface_type=listing

It doesn’t need to parallax - would be cool to have the option.

Thanks

Hi Yump,
The fee for this custom request will be around 15-30$.

Ok thanks Lee i’ll get back to you within 24hrs on this if i cant find a solution. Appreciate the reach out :slightly_smiling_face:

Go to your Online store > Themes > Edit code, open theme.liquid file, find this code

{% sections 'header-group' %}

Replace it with this one

{% if template == 'index' %}
{% else %}
    {% sections 'header-group' %}
{% endif %}

Find this line of code

{{ content_for_layout }}

Add this code above


    {% if template == 'index' %}
        {% sections 'header-group' %}
    {% endif %}

And then add those code before tag in theme.liquid file

{% if template == 'index' %}

{% endif %}

Hi Dan- Unfortunately that code doesn’t exist in this theme.liquid file.

Please see below for the HEADER code that exists in this file:

Please let me know.

Thanks

It should be there, around line 294 of theme.liquid file. I try the code in the same theme of yours as you can check in this preview link

https://kgp9d1iftz2k24kb-58127155382.shopifypreview.com