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
Can you provide the url of the site you’re working on?
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
Wow, perfect. Tanks
Glad to be of assistance.