Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #85236
    OgreMHDW
    Member

    I am trying to add another header field of a phone number.

    I added it to the function catchbox_header_details:

    <h1 id=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
    <h2 id=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
    <h2 id=”site-phone”>Phone: (XXX) XXX-XXXX</h2>
    </div><!– #hgroup –>

    which appears to display fine on all devices. Although on an iPhone, it appears there is a completely different render with the menu being above the site title and the additional information is not displayed. Where can I edit the iPhone header contents?

    #85266
    Mahesh
    Keymaster

    Hi @ogremhdw,

    Please post in your site url.

    Regards,
    Mahesh

    #86142
    OgreMHDW
    Member

    The site is located at https://tcdcpa.net/. As you can see on the computer it has the telephone and email address. On the mobile site, those are not shown.

    #86166
    Mahesh
    Keymaster

    Hi @ogremhdw,

    Just checked your site and telephone and email address is being shown in both desktop and mobile devices normally. It seems to be working fine. Have you fixed it, or is it still not showing on yours?

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add additional field to header’ is closed to new replies.