• I like your theme.

    How do I add an extra line in the header? I have the company title then address. But I need to add phone numbers under the address.

    How do I do this?

Viewing 1 replies (of 1 total)
  • In a child theme, copy header.php and find the address code. If you are unfamiliar
    with html, just look at how they are displaying the address and add your own tag and
    content:

    <div id=”(some name here)>
    <(tag)>Your Company Name</(tag)>
    <(tag)>Your Address</(tag)>
    <(tag)>Your Phone Number</(tag)>*copy the address tag and put in your number
    </div>

    ***tag names in ( ) are not the tag names you will find in your code. Use the tag name in your code.

    You may have to adjust the css but this should get you started.

Viewing 1 replies (of 1 total)
  • The topic ‘adding phone number to heder’ is closed to new replies.