Close

Footer info

Damir
5 years ago
#14579 Quote
Avatar
  • 27
Hi,
my customer doesn't want to have mobile phone displayed in the footer. In theme resources form it's not possible to leave the input field empty (error msg). It would be nice if the fields could be left empty and be hidden in template, exactly like social accounts.
Can something like that be done? Ant override? I've hide it with css with partial success, but I'd really like it to be gone completely.
Thanxs!
nikola.dragiev
5 years ago
#14584 Quote
Avatar
  • Moderator
  • 154
Hello,

Unfortunately, in nopCommrce string resources can't have an empty value or empty space and if the resource is deleted the name of the resource will be visible. This doesn't give us any other option, to hide such information resources, than to do it with CSS. In the upcoming version 4.10 we are planning to integrate a smarter solution for such cases, but until then you will have to add this CSS code inside your Custom Head Styles (Admin -> Nop-Templates -> Themes -> Venture -> Settings):

.footer-block.find-us li.phone {
    display: none;
}
Best regards,
Nikola Dragiev
Nop-Templates.com
gremon
5 years ago
#14676 Quote
Avatar
  • 3
And this is the only way to change footer displayed information on Venture theme?