• Resolved coryinthelou

    (@coryinthelou)


    Hi,

    We’re using your team plugin, and so far it works great. There’s just one small issue that we aren’t sure how to resolve. I’m not sure if this happens with all themes, but in this particular theme (JobHunt), the team member’s name is being listed as an H1 in the full-width header section and as an H2 in the body section, resulting in duplicate names.

    Is it possible to add a filter to the functions.php file to replace the H1 header text with a static value, such as “Meet our Team”?

    Our page is in development, so I am unable to share a link to the template page.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    You mean page title/ heading it is coming from your Theme? If can see url then I can confirm.

    Thanks

    Thread Starter coryinthelou

    (@coryinthelou)

    Sure, here’s a sample URL:
    https://interimphys.wpengine.com/team/david-shorette/

    Thanks!

    Thread Starter coryinthelou

    (@coryinthelou)

    Hi there. Any thoughts yet on how to achieve what we want to do? Thanks!

    Plugin Author RadiusTheme

    (@techlabpro1)

    Write a custom CSS in Appearance => Customize => Additional CSS

    h2.tlp-member-title {
     display: none;
    }
    Thread Starter coryinthelou

    (@coryinthelou)

    Hi, thanks for your reply, but I think my original question wasn’t addressed.

    I’m not sure if this happens with all themes, but in this particular theme (JobHunt), the team member’s name is being listed as an H1 in the full-width header section and as an H2 in the body section, resulting in duplicate names.

    Is it possible to add a filter to the functions.php file to replace the H1 header text with a static value, such as “Meet our Team”?

    Thanks again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Possible to replace header H1 with static text?’ is closed to new replies.