So this is the correct section ? :
I tried pasting that code but not sure if I put it in the correct spot.
Below is original code
{% if settings.favicon != blank %}
{% endif %}{% capture seo_title %}
{{ page_title }}
{% if current_tags %}
{%- assign meta_tags = current_tags | join: ', ’ %} – {{ ‘general.meta.tags’ | t: tags: meta_tags -}}
{% endif %}
{% if current_page != 1 %}
– {{ ‘general.meta.page’ | t: page: current_page }}
{% endif %}
{% unless page_title contains shop.name %}
– {{ shop.name }}
{% endunless %}
{% endcapture %}
{% if page_description %}
{% endif %}
{% include ‘social-meta-tags’ %}
{% include ‘icon-fonts’ %}
{% include ‘nov-head-css’ %}
{% include ‘nov-head-js’ %}
{{ content_for_header }}
{% include ‘nov-stickymenu-mobile’ %}
{% include ‘nov-popup-newsletter’ %}
{{ form.errors | default_errors }}
{% if form.posted_successfully? %}
{% endif %}
{% if settings.wishlist_enable %}
{% include ‘nov-popup-wishlist’ %}
{% endif %}
You must be logged in to manage your wishlist.
Login in here{% if settings.show_multiple_currencies == true %}
{% include ‘nov-currency’ %}
{% endif %}
{{ ‘nuranium.js’ | asset_url | script_tag }}