Hello,
Im putting the footer code below, I'm not sure how to change that attribute
to stop the tabs opening on another sheet can you please advise? Thank you
<br> :root<br>{--footer-bg:{{section.settings.background}};--footer-bg-bot:{{section.settings.background_bot}};--footer-text:{{section.settings.text}};--footer-title:{{section.settings.title}}}<br>
<br><br>.site-footer{background-color:var(--footer-bg);color:var(--footer-text);border-top:<br>1px<br>solid{{section.settings.border_headfooter}};line-height:1.8}.site-footer<br>a{color:var(--footer-text)}.site-footer a:focus,.site-footer<br>a:hover{color:var(--g-main)}.flex-footer{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0<br>-10px}.flex-footer .flex__item{-webkit-flex:1 1 100%;-moz-flex:1 1<br>100%;-ms-flex:1 1 100%;flex:1 1 100%;padding:0 10px}@media only screen and<br>(min-width:750px){.flex-footer .flex__item{-webkit-flex:1 1 20%;-moz-flex:1<br>1 20%;-ms-flex:1 1 20%;flex:1 1<br>20%}}.site-footer__section{padding-bottom:20px}.site-footer__copyright{padding:35px<br>0;background-color:var(--footer-bg-bot);display:flex;align-items:center;margin-top:30px}.site-footer__section-title{color:var(--footer-title);font-family:var(--g-font-2)}.site-footer__list{list-style:none}.site-footer__list-item{margin-bottom:10px}.site-footer__newsletter-label{display:block}.site-footer__newsletter-label<br>a{color:#ad2c34}.site-footer__newsletter-label<br>a:hover{color:#842228}.site-footer .social-icons<br>.icon{fill:currentColor}.site-footer .social-icons<br>.icon{margin-right:10px}.site-footer .social-icons<br>a{display:block;margin-bottom:10px}.site-footer .payment-icons{padding:5px<br>0}.site-footer .payment-icons li{padding:5px 0}<br> .site-footer__copyright{<br> border-top: 1px solid {{section.settings.border-copryright}};<br> }<br> .section-footer-email .social-icons li span{display: none;}<br> .section-footer-email .social-icons li i{color:var(--footer-title)}<br> .section-footer-email .social-icons li:not(:last-child){margin-right:<br>1.5rem;}<br> .site-footer__copyright a{color:var(--footer-text);}<br> @media(max-width:767px){<br> .site-footer__section,.site-footer__copyright{text-align:center;}<br> .site-footer__section .social-icons,.site-footer__section<br>.site-footer__section-title{text-align:center !important;}<br> }<br>
{% schema %}
{
"name": "Footer 1",
"settings": [
{
"type": "checkbox",
"id": "fullwidth",
"label": "Full width",
"default": false
},
{
"type": "checkbox",
"id": "remove_powered",
"label": "Remove Powered Text",
"default": false
},
{
"type": "color",
"id": "background",
"label": "Background",
"default": "#282828"
},
{
"type": "color",
"id": "border_headfooter",
"label": "Border Top Head Footer",
"default": "#f8f8f8"
},
{
"type": "color",
"id": "background_bot",
"label": "Background bottom",
"default": "#f8f8f8"
},
{
"type": "color",
"id": "border-copryright",
"label": "Border Bottom Footer",
"default": "#f8f8f8"
},
{
"type": "color",
"id": "text",
"label": "Text",
"default": "#fff"
},
{
"type": "color",
"id": "title",
"label": "Title",
"default": "#000"
},
{
"type": "checkbox",
"id": "enablemethod",
"label": "Enable Image Payment",
"default": true
},
{
"type": "image_picker",
"id": "imgpaymethod",
"label": "Image Payment"
}
],
"blocks": [
{
"type": "social",
"name": "Social accounts",
"limit": 1,
"settings": [
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Follow us"
},
{
"type": "radio",
"id": "align",
"label": "Icon alignment",
"options": [
{
"value": "left",
"label": "Left"
},
{
"value": "center",
"label": "Center"
},
{
"value": "right",
"label": "Right"
}
],
"default": "left"
},
{
"type": "select",
"id": "width",
"label": "Container width",
"default": "25%",
"options": [
{
"value": "16%",
"label": "16%"
},
{
"value": "25%",
"label": "25%"
},
{
"value": "33%",
"label": "33%"
},
{
"value": "50%",
"label": "50%"
},
{
"value": "66%",
"label": "66%"
},
{
"value": "75%",
"label": "75%"
},
{
"value": "100%",
"label": "100%"
}
]
}
]
},
{
"type": "menu",
"name": "Menu",
"settings": [
{
"id": "link_list",
"type": "link_list",
"label": "Menu",
"default": "footer",
"info": "This menu won't show dropdown items"
},
{
"type": "select",
"id": "width",
"label": "Container width",
"default": "25%",
"options": [
{
"value": "16%",
"label": "16%"
},
{
"value": "25%",
"label": "25%"
},
{
"value": "33%",
"label": "33%"
},
{
"value": "50%",
"label": "50%"
},
{
"value": "66%",
"label": "66%"
},
{
"value": "75%",
"label": "75%"
},
{
"value": "100%",
"label": "100%"
}
]
}
]
},
{
"type": "text",
"name": "Text",
"settings": [
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Text column"
},
{
"type": "textarea",
"id": "text",
"label": "Text",
"default": "
Share store details, promotions, or brand content
with your customers
"
},
{
"type": "select",
"id": "width",
"label": "Container width",
"default": "25%",
"options": [
{
"value": "16%",
"label": "16%"
},
{
"value": "25%",
"label": "25%"
},
{
"value": "33%",
"label": "33%"
},
{
"value": "50%",
"label": "50%"
},
{
"value": "66%",
"label": "66%"
},
{
"value": "75%",
"label": "75%"
},
{
"value": "100%",
"label": "100%"
}
]
}
]
},
{
"type": "newsletter",
"name": "Newsletter",
"limit": 1,
"settings": [
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Be in the know"
},
{
"type": "richtext",
"id": "subheading",
"label": "Subheading",
"default": "
Promotions, new products and sales. Directly to
your inbox.
"
},
{
"type": "checkbox",
"id": "enablesocial",
"label": "Enable Social",
"default": true
},
{
"type": "select",
"id": "width",
"label": "Container width",
"default": "25%",
"options": [
{
"value": "16%",
"label": "16%"
},
{
"value": "25%",
"label": "25%"
},
{
"value": "33%",
"label": "33%"
},
{
"value": "50%",
"label": "50%"
},
{
"value": "66%",
"label": "66%"
},
{
"value": "75%",
"label": "75%"
},
{
"value": "100%",
"label": "100%"
}
]
}
]
}
]
}
{% endschema %}