Close

How to remove phone and fax from footer?

gop
9 years ago
#8296 Quote
Avatar
  • 6
Hi, I have found how to update the Phone and Fax numbers in the footer using the Language > Resource localization however I want to disable the Phone and Fax and only display email and location. 
How can these be disabled?
Many thanks!
nikola.dragiev
9 years ago
#8299 Quote
Avatar
  • Moderator
  • 154
Hello,

You can add this css code
.contact-block .footer-menu li.phone,
.contact-block .footer-menu li.fax{
  display: none;
}

in your theme's plugin Custom Head styles and it should work 
Best regards,
Nikola Dragiev
Nop-Templates.com
gop
9 years ago
#8302 Quote
Avatar
  • 6
Thank you very much!