Hey guys – I’d like to add a phone number after the socket/footer menu on the right – see this screenshot.
http://awesomescreenshot.com/0433afqfab
This is the site I’m working on http://27.131.66.7/~lmecentr/
I’ve got the footer.php file in my child theme – not sure where I need to add this? Or should I register another widget area? not sure what is best.
Thanks
Hi ShortieD!
It would be easier if you add a new link to your footer menu in Appearance > Menus and adjust its styling using menu item ID in Quick CSS field.
You can also add it manually in Footer.php file in Appearance > Editor. Please find
</div>
<!-- ####### END SOCKET CONTAINER ####### -->
and add your text right above it as following
<div class="my-custom-number">+1 234 567</div>
Regards,
Yigit