Jump to content

4.2 ACP Login Background


Joey_M

Recommended Posts

On 02/08/2017 at 11:09 AM, steve00 said:

Definitely not expert (you do themes yourself and know more than I do, wish I could add some of things you have in yours without touching templates)

First you would need to upload a logo/image to the Manage Resources area of theme you have set for the default admincp

admin2.thumb.jpg.911406e03bf2898ea82d1fa1f9074146.jpg

then in custom.css of the admincp default theme add:


.cAcpLoginBox_logo {
background: url({resource="logo.png" app="core" location="custom"}) no-repeat;
  height: 100px;
}

.cAcpLoginBox_logo img {
  display: none;
}

obviously change the resource to what is given in your Manage Resources after uploading logo (don't forget to add the height as per the above css to your image height)

Once all done and saved then should end up with similar to:

admin1.jpg.4c7dbca4d60d5e54530941eb80e066ea.jpg

NOTE: Might have to hard refresh before it will work but once it does then should always work

Let me know if works for you

It works, but it doesn't scale down well for me at all.

I'm using an optimised image which fits well on desktops (nice size, much smaller than the default IPS logo) yet it cuts off on mobiles/ some tablets.

Link to comment
Share on other sites

15 hours ago, Joey_M said:

It works, but it doesn't scale down well for me at all.

I'm using an optimised image which fits well on desktops (nice size, much smaller than the default IPS logo) yet it cuts off on mobiles/ some tablets.

Couldn't you create another logo and use that (e.g. login_logo)

Link to comment
Share on other sites

  • 5 months later...
On 8/6/2017 at 9:23 AM, steve00 said:

Couldn't you create another logo and use that (e.g. login_logo)

Do you happen to know if it's possible to switch out a font awesome icon in the ACP menu tabs?

Nexus and Donations clashes and I would like to switch the Nexus one.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...