- Posts: 28
- Thank you received: 1
Delete the hot welness logo
-
livu
Inactive member -
Topic Author
- Member
-
Less
More
14 years 1 week ago #7282
by livu
Delete the hot welness logo was created by livu
hi
When I delete the logo.png I still can se the text hot welness and the frame around it. How can I get it away ?
Btw when I changed the logo image to my own image(text) I can se the change in chrom but in internett explorer 9 it still was the old image. And I have refreshed the site...strange
Best regards
When I delete the logo.png I still can se the text hot welness and the frame around it. How can I get it away ?
Btw when I changed the logo image to my own image(text) I can se the change in chrom but in internett explorer 9 it still was the old image. And I have refreshed the site...strange
Best regards
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 1 week ago - 14 years 1 week ago #7286
by ivan.milic
Replied by ivan.milic on topic Re: Delete the hot welness logo
That image is: templates/hot_wellness/images/logo.png
and it should change on page when you change it from that location. Maybe your browser used it's cash. Images are very sticky to cash.
On IE you can use CTRL+F5 for true refresh.
and it should change on page when you change it from that location. Maybe your browser used it's cash. Images are very sticky to cash.
On IE you can use CTRL+F5 for true refresh.
Last edit: 14 years 1 week ago by ivan.milic.
Please Log in to join the conversation.
-
livu
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 28
- Thank you received: 1
14 years 1 week ago #7292
by livu
Replied by livu on topic Re: Delete the hot welness logo
Thanx for fast reply and info about cashes
But the logo tekst hot welness still shows in all pc and browsers and I have deleted the file in winscp ftp. Is it possible to fix this ?
My site is familienshelseklubb.no/
But the logo tekst hot welness still shows in all pc and browsers and I have deleted the file in winscp ftp. Is it possible to fix this ?
My site is familienshelseklubb.no/
Please Log in to join the conversation.
-
pirossi
Inactive member -
- Member
-
Less
More
- Posts: 146
- Thank you received: 11
14 years 1 week ago #7294
by pirossi
Replied by pirossi on topic Re: Delete the hot welness logo
Open css\layout.css, find:
and add display:none like this:
Code:
.logo_pad {
padding: 15px 0 0 15px;
}
Code:
.logo_pad {
padding: 15px 0 0 15px;
display: none;
}
Please Log in to join the conversation.
Time to create page: 0.148 seconds