How to change footer?

Travis

Active member
How can I modify the footer? I want to add
NCIS Addict is in no way affiliated the producers of the television series NCIS or NCIS LA. NCIS and NCIS LA are registered trademarks of Belisarius Productions and CBS Television Studios.

But I know nothing about code. :(
 
Admin CP -> Appearance -> Templates -> footer

Add this to the very bottom of the template:

Code:
<div class="pageWidth">
    NCIS Addict is in no way affiliated the producers of the television series NCIS or NCIS LA. NCIS and NCIS LA are registered trademarks of Belisarius Productions and CBS Television Studios.
</div>
 
Admin CP -> Appearance -> Templates -> footer

Add this to the very bottom of the template:

Code:
<div class="pageWidth">
    NCIS Addict is in no way affiliated the producers of the television series NCIS or NCIS LA. NCIS and NCIS LA are registered trademarks of Belisarius Productions and CBS Television Studios.
</div>
Thanks!
 
Top Bottom