Removing background image from login with random image credit

Permalink 1 user found helpful
Hi,

I can't for the life of me find out how to do this and tried to search for a solution online, which is returning nowt.

So in the admin login page, I can already change the background using MrKDilkington module, but the credit at the bottom I also need to remove.

I could apply a CSS in the custom stylesheet to hide the element (ccm-page-background-credit), but surely there's an admin option to disable or a module to remove it?

Any help would be really appreciated.

zapbrannigan1972
 
Nicole16 replied on at Permalink Reply
Hello,

I am glad to help you with your requirement
Kindly reach me through nicole[at]cisinlabs[dot]com or Skype live: nicole_15269

Regards
Nicole
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
zapbrannigan1972 replied on at Permalink Reply
zapbrannigan1972
Thank you, with your link, I was able to find what I needed In both locations:

concrete/config/concrete.php
updates/concrete5-8.5.2/concrete/config/concrete.php

I simply updated the following inside the 'white_lanel' => declaration:

'background_image' => null,

to

'background_image' => none,

Running version 8.5.2.
zapbrannigan1972 replied on at Permalink Reply
zapbrannigan1972
OK, this may have hidden it, but it's caused a problem when trying to approve changes to a page, so I've reverted it. I now have another problem, but I'll raise this separately. I'll take a look at your link again JohntheFish
JohntheFish replied on at Permalink Reply
JohntheFish
There shouldn't be any side effects, unless you made a typo and damaged other data in that config file.

For example, 'background_image' => none rather than 'background_image' => 'none' would break the syntax.