• Resolved zigzag5627

    (@zigzag5627)


    My client wants to include his email and phone number in the footer, but I’m not seeing how I can do that. Any advice? Should be a simple coding addition, right?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I helped myself by altering the copyright text: appearance > customizer > website settings > copyright text. The field also accepts HTML tags. You can add something like <a href="mailto:[email protected]">[email protected]</a> or use <span>-Tags for formatting.

    Thread Starter zigzag5627

    (@zigzag5627)

    Thank you! I’ll give it a try. I appreciate your help.

    Hey @zigzag5627,

    Sorry for the late reply!

    As @pixolin zigzag5627 pointed out, the copyright area in Appearance>Customize>Site settings here is a place where you can add HTML markup to the footer.

    For the phone link, you can use something like this:
    Phone: <a href="tel:123456">123456</a>

    While for the email link, the code @pixolin provided should do the trick.

    Let me know if this works for you!

    Thread Starter zigzag5627

    (@zigzag5627)

    Thanks very much, Aleksandar! You were both very helpful. This works!
    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add text box to footer in Go theme’ is closed to new replies.