Help with the logo of the site!

Permalink 1 user found helpful
The first question - how to remove the thin border around the logo??
The second question - how to remove the logo from the bottom of the page? (I load the logo of the site - and it appears to vrhu and at the bottom of the page where it is not needed)
The third question - how to remove the designer and the fact that this free template?

1 Attachment

 
Mnkras replied on at Permalink Reply
Mnkras
#1 its probably css

#2 look in /packages/<pkgname>/themes/<themename>/elements/footer.php (of it exists) or it might be in the deafult.php
#3 same as above
sly2000 replied on at Permalink Reply
At the 2 nd and 3 rd question - is to edit the file footer.php. in the folder specified template.
But the first question I have not been able to find an answer.
jordanlev replied on at Permalink Best Answer Reply
jordanlev
That looks like it might be the ugly blue border IE adds to all images that are clickable links. To remove it, just add this to your stylesheet:
a img {
    border: 0px;
}
sly2000 replied on at Permalink Reply
Thank you! I have everything worked! I did everything in 1 minute!