Close

Remove "Contact Info" from footer?

OTH
3 years ago
#21219 Quote
Avatar
  • 39
Hi,

I was wondering how I can remove "Contact Info" that seems to be a default feature of the Native theme?

It seems to be adding a 4th column to the website footer and we would want to disable/remove it since we don't need it. Is that a possibility?
Best regards,
OTH
todor.atanasov
3 years ago
#21223 Quote
Avatar
  • Moderator
  • 249
OTH wrote:
Hi,

I was wondering how I can remove "Contact Info" that seems to be a default feature of the Native theme?

It seems to be adding a 4th column to the website footer and we would want to disable/remove it since we don't need it. Is that a possibility?


Greetings,

Thank you for getting in touch with us. I hope you are safe and well!

The Contact info section can be removed only through the code of the Native theme, by removing it in the Themes\Native\Views\Shared\Components\Footer\Default.cshtml file. The code that is displaying the column in question is:

<div class="footer-middle-block contact-info">
            <h3 class="title">
                <span>@T("SevenSpikes.Themes.Native.ContactInfo")</span>
            </h3>
            <ul class="footer-menu">
                <li class="address">
                    <span>@T("SevenSpikes.Themes.Native.Common.Address")</span>
                </li>
                <li class="phone-fax">
                    <span>@T("SevenSpikes.Themes.Native.Common.Phone")</span>
                    <span>@T("SevenSpikes.Themes.Native.Common.Fax")</span>
                </li>
                <li class="email-website">
                    <span>@T("SevenSpikes.Themes.Native.Common.EmailName")@T("SevenSpikes.Themes.Native.Common.EmailAt")@T("SevenSpikes.Themes.Native.Common.EmailDomain")</span>
                    <span>@T("SevenSpikes.Themes.Native.Common.Website")</span>
                </li>
            </ul>
        </div>
Best regards,
Todor Atanasov
Nop-templates.com