Customize offline logo

I would like to replace offline logo with a personal image.

I tried with Global Configuration>Offline image, but original logo remains, see image.

5 answers

Profile photo of tomc 0.00 $tone March 5, 2014
Public

So if you don’t want the JA University logo to display, you can try this . . . .

Within file path --> /templates/ja_university/css/offline.css
at line 9, add a "display: none" property to the CSS rule -- as follows:

Code:

#frame h1 {
    background: url("../images/logo.png") no-repeat scroll center center #10151C
    color: #666666
    display: none;
    height: 56px;
    margin: 0 auto;
    padding: 5px;
    text-indent: -999em;
    text-shadow: 1px 1px 0 #FFFFFF
    text-transform: uppercase;
    width: 220px;
}

Hope That Helps

#3

Please login or Register to Submit Answer

Written By

Comments