The quick link system will not update
-
I change the quick link section and the meta-data section and it does not update
<div class="list-container"><span class="list-heading">Quick Links</span>
<ul class="list-group">
<li><a href="@php echo route('shop.cms.page', 'about-us') @endphp">About Us</a></li>
<li><a href="@php echo route('shop.cms.page', 'return-policy') @endphp">Return Policy</a></li>
<li><a href="@php echo route('shop.cms.page', 'refund-policy') @endphp">Refund Policy</a></li>
<li><a href="@php echo route('shop.cms.page', 'terms-conditions') @endphp">Terms and conditions</a></li>
<li><a href="@php echo route('shop.cms.page', 'terms-of-use') @endphp">Terms of Use</a></li>
<li><a href="@php echo route('shop.cms.page', 'contact-us') @endphp">Contact Us</a></li>
</ul>
</div>
<div class="list-container"><span class="list-heading">Connect With Us</span>
<ul class="list-group">
<li><a href="https://instagram.com/michaelpinacomedy"><span class="icon icon-instagram"></span> Instagram </a></li>
<li></li>
</ul>
</div> -
@mikeyapina
the changes you have done are only for the default theme, when you change theme to default, you will get instagram icon in store front.if you want these changes for velocity theme as well then go to velocity->metadata-> footer middle content than update code.
-
@Vaishali-Agarwal yes this is that exact code --- notice I took it out to prove my point to you before and still now.
<div class="col-lg-6 col-md-12 col-sm-12 no-padding">
<ul type="none">
<li><a href="../../">About Us</a></li>
<li><a href="../../">Customer Service</a></li>
<li><a href="../../">What’s New</a></li>
<li><a href="../../">Contact Us </a></li>
</ul>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 no-padding">
<ul type="none">
<li><a href="../../"> Order and Returns </a></li>
<li><a href="../../"> Payment Policy </a></li>
<li><a href="../../"> Shipping Policy</a></li>
<li><a href="../../"> Privacy and Cookies Policy </a></li>
</ul>
</div> -
Query Solved here