How to exclude the logotype when site is offline?

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Aug 27, 2013 7:40 am
Reply with quote
Report this post
I would like to exclude the logotype when I have my site offline (and the offline landing page appears).

Can I do this somewhere?
User avatar
Gold Boarder

GK User
Tue Aug 27, 2013 8:25 am
Reply with quote
Report this post
Please add this code to offline.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkLogo { display: none !important}
User avatar
Platinum Boarder

GK User
Tue Aug 27, 2013 10:18 am
Reply with quote
Report this post
bkrztuk wrote:Please add this code to offline.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkLogo { display: none !important}



Thank you! :)
User avatar
Gold Boarder


cron