How to disable/remove "All times are GMT +x. The time now is xxx" from showing in footer?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ahheng
    Member
    • Nov 2009
    • 42

    How to disable/remove "All times are GMT +x. The time now is xxx" from showing in footer?

    I need help, How do i disable/remove "All times are GMT +x. The time now is xxx" from showing in footer?
  • ahheng
    Member
    • Nov 2009
    • 42

    #2
    anyone?

    Comment

    • Mark.B
      vBulletin Support
      • Feb 2004
      • 24287
      • 6.0.X

      #3
      Add the following to the template additional.css

      Code:
      .footer_time {
      display: none;
      }
      MARK.B
      vBulletin Support
      ------------
      My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
      My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

      Comment

      • ahheng
        Member
        • Nov 2009
        • 42

        #4
        Originally posted by Mark.B
        Add the following to the template additional.css

        Code:
        .footer_time {
        display: none;
        }
        Where do i find the option for that?

        Comment

        • Mark.B
          vBulletin Support
          • Feb 2004
          • 24287
          • 6.0.X

          #5

          You need to edit the template.

          AdminCP > Styles & Templates > Search in Templates
          In the search box put additional.css
          Select 'Search Titles Only'
          Press Find

          Double click the result for the style you are using.
          The box is probably blank. Paste the code there and save.
          If there is any code already in there, scroll to the very bottom and paste the new code after it, taking care not to delete anything that's already there.
          MARK.B
          vBulletin Support
          ------------
          My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
          My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

          Comment

          Related Topics

          Collapse

          Working...