4 comments

  1. In the article, the author mistyped the word “background.”

    It should be background-size: cover;
    not backgroung-size: cover;

    Nice tip though. Thanks.

  2. In Apex 20.1 with an updated Universal Theme, the name for the backgrount image is no longer “.t-Body” but just “body”,

  3. Try this :

    .t-PageBody–login .t-Login-container { background-image: url(#APP_IMAGES#Zoom-Autonomous.png); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-color: #45484d; background-color: -moz-linear-gradient(top, #45484d 0%, #000000 100%); background-color: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); background-color: linear-gradient(to bottom, #45484d 0%,#000000 100%);}

Leave a Reply

Article by: Shadab Mohammad