How to removal title text from displaying on-page?

Discussion in 'XenForo' started by WebDev Solutions, Mar 9, 2015.

  1. #1
    Is there a way to stop the title text showing, where I have highlighted that it shows on the attachment in this thread?

    I want the title to still display in the browser tab, but not on-page as shown.

    Can anybody help?
     

    Attached Files:

    Solved! View solution.
    WebDev Solutions, Mar 9, 2015 IP
  2. #2
    Go to the forum_list template and find this line:
    <xen:h1>{$xenOptions.boardTitle}</xen:h1>
    Code (markup):
    and remove the inner content:
    <xen:h1></xen:h1>
    Code (markup):
     
    KillaKeith, Mar 9, 2015 IP
    WebDev Solutions likes this.
  3. CYCchips

    CYCchips Active Member

    Messages:
    267
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    88
    #3
    yes this is something you can try
     
    CYCchips, Mar 9, 2015 IP