3
Hide Powered by Smartertrack information on the Portal page
Question asked by Tahir - 5/6/2020 at 8:31 AM
Unanswered
Using latest SmarterTrack version 7422 how we can hide smartertool information on the bottom of Portal page ?

In previous version 12 we were able to hide the footer which is no longer work anyone here to assist please.

Brand > Portal Option > Custom CSS
footer div.col-md-10 p {display:none;}
footer div.col-md-10 p:nth-child(3) { display: none; }

3 Replies

Reply to Thread
0
Tahir Replied
Thanks Andrea, the solution you provided in the email worked for us.

We added following entry in the Portal Custom CSS to hide the footer completely.
footer {display:none;}

0
Julian Abbott Replied
Hi,
Ok, so tried this and it worked - however it also removed our custom footer as well, so the solution as provided is no good.

How do we remove the "powered by smartertrack" AND still keep our custom message?

Thnks in advance.

Julian
1
Tony Scholz Replied
Employee Post
Hello Julian, 

For this, you will need to isolate the individual CSS ( https://portal.smartertools.com/kb/a2959/use-inspect-element-to-determine-css-modifications.aspx# ) then adjust the custom CSS ( https://portal.smartertools.com/kb/a2511/add-custom-css-for-brand.aspx ) to get the individual pieces removed without removing the whole. 

The one item to watch out for is anything that has copyright details in it.

https://www.smartertools.com/company/eula

9. Limitations to Customization
Any and all applicable copyright and trademark information shall not be removed in any way, shall remain visible to the naked eye, and free from any clutter or similar color scheme. In addition, any proprietary notices in the Software shall be maintained and neither removed nor obscured in any way.

Thank you
Tony Scholz System/Network Administrator SmarterTools Inc. (877) 357-6278 www.smartertools.com

Reply to Thread