Hello everyone!
It's the first time I'm working with this theme and everything seems fine except: I'm customising a page that needs to use <a> tags, however, using this tags seems to be disabling the menu button. I've tried everything but it is that tag that's interfering. Has anyone had this issue or know what I could do to fix it? Here's the HTML I'm using:
<div class="politicas">
<div class="tab">
{%for block in section.blocks%}
<span>
<span href="#{{block.settings.TituloQA}}" class="tablinks {%if forloop.index ==1%}active{%endif%}" onclick="getTab(event)" >{{block.settings.TituloQA}}</span>
</span>
{%endfor%}
</div>
<div class="contentContainer">
{%for block in section.blocks%}
<div class="tabcontent" id="{{block.settings.TituloQA}}">
<span class="faq-subtitulo">{{block.settings.TituloQA}}</span>
{{block.settings.QA}}
</div>
{%endfor%}
</div>
</div>
Sorry for facing this issue, it's my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
thanks
where is this code section code?
User | Count |
---|---|
442 | |
206 | |
103 | |
96 | |
90 |