TeamDesk Knowledge Base & Support

   Home      FAQ      Forum      Idea Exchange      Ask a Question      My Stuff      Help   
  
JS code for simple text line in db footer
I need to add a simple line of text "Company Confidential - Support Tel: 999 9999 999" to the footer of every page in a database. See attached screenshot for where to place the text.
I'm told JavaScript code can achieve this result.
I've no experience writing JS code. Would anyone here be able to offer the code that I will require??


ID
1472
Category
Customization
Author

Luison Lassala
Date Created
10/20/2021 2:57:57 AM
Date Updated
10/20/2021 3:48:27 AM
Comments
basenine 10/20/2021 3:09:20 AM
Hello Luison,

You can also use css to achieve this.

create a file named dbstyles.css as outlined here:
https://www.teamdesk.net/blog/tips-tricks/customize-database-look/

Here is the code snippet you'll need to add to that file
#td-footer:after{
content: "| Company Confidential - Support Tel: 999 9999 999"
}

Best regards,
Brett
Luison Lassala 10/20/2021 3:35:15 AM
OMG, Brett, that was so simple!!!! Thank you so much for your very prompt response.
basenine 10/20/2021 3:48:27 AM
My pleasure 😊
Feedback
Back to Search Results