CMS white label in docker installation

I have installed xibo cms in docker ubuntu 16.04 ,i have purchased XIBO CMS white label
i installed cms white label download to “/root/opt/xibo/shared/cms/web/theme/custom/crystal”

my login image and other images got changed .How to remove " Latest new" up date in the first page

thanks

You can remove the Latest News feed from your Dashboard by selecting the Settings option in your CMS, click on the General tab and untick the “Enable Latest News?” option. You will need to click Save to confirm the changes.

Alternatively, you can change the feed used with Latest News by running the below SQL statement:

update `setting` set value="https://example.org/myrss" where `setting`="LATEST_NEWS_URL";

To be able to run the statement, you will need to follow the instructions in the below linked guide:

Many Thanks.