Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved Replacing page/forum main title
#1
Not Solved
No matter the theme I use, including the default theme, the main title of my forums is displayed (text) between the header and the actual categories and forums - left aligned.

Can I replace this text with code of my own? I have a scrolling ticker in mind... If so, where does the code exist for this simple one line of text.

Thanks in advance.
#2
Not Solved
I think you mean the navigation/breadcrumb

Go to Templates -> Index
add id="index" to the body tag so it looks like this:
<body id="index">
then add following line to a global CSS file:
#index .navigation { display: none;}

To add something else there you can add whatever you want below the {$header}
#3
Not Solved
(2014-01-27, 12:55 AM)maniacmusic Wrote: I think you mean the navigation/breadcrumb

Go to Templates -> Index
add id="index" to the body tag so it looks like this:
<body id="index">
then add following line to a global CSS file:
#index .navigation { display: none;}

To add something else there you can add whatever you want below the {$header}

Thanks for the reply.

This didn't seem to work. I'm using 'The Cure' theme, and have attached an image with the area I'd like to replace with my own code circled.


Attached Files Thumbnail(s)
   


Forum Jump:


Users browsing this thread: 1 Guest(s)