Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #130365

    Brad M
    Participant

    Hi,

    I am using integrity and would like to know how can I remove or change the visually hidden H1 in the logo bar?
    My website url : http://www.businessworks.com.au/

    You will be able to see the below line if you view the source of the homepage:
    <h1 class=”visually-hidden”>Business Works</h1>
    Please let me know.
    Thanks for your help and support!

    #130641

    Cousett
    Member

    This is the title of the page which is hidden because you have the page layout set to fullwidth.

    #134044

    Brad M
    Participant

    Thanks for your response.
    Can I manipulate it and set it to something else while still having the full width?
    Please let me know(It’s really important to us with regards to SEO).

    #134184

    Christian
    Moderator

    Hey Brad,

    Please copy _brand.php located in wp-content\themes\x\framework\views\global to the same directory in your child theme wp-content\themes\x-child-integrity\framework\views\global. Open the copied file and delete the line

    <?php echo ( is_front_page() ) ? '<h1 class="visually-hidden">' . $site_name . '</h1>' : ''; ?>

    Hope that helps. 🙂