Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
This topic contains 1 reply, has 1 voice, and was last updated by krumz 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hello Everyone,
Just thought I would post this little tip for anyone like me who wants to replace the image on the offline page with your website name in text.
Open file: /templates/ja_vintas/css/offline.css and go to (around) line 23.
#frame h1 {
background: url(“../images/logo.png”) no-repeat scroll center center #10151C; (Remove this line)
color: #666666;
display: block;
height: 56px;
margin: 0 auto;
padding: 5px;
text-indent: -999em; (Remove this line also).
text-shadow: 1px 1px 0 #FFFFFF;
text-transform: uppercase;
width: 220px;
}
I was removing the image line and couldn’t figure out why the name of my website wasn’t showing up. I emailed support and promptly go the reply above. All I needed to do was remove the text-indent line and viola – there was the text name of my site.
Hope this tip helps some of you out.
3 users say Thank You to krumz for this useful post
This topic contains 1 reply, has 1 voice, and was last updated by krumz 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum