View Full Version : Howto remove paralles logo?
ACID25
7th May 2008, 09:32 AM
Hi
what i have to do if i want to remove the parallels logo from the site?????
THX IN ADVANCE
ACID25
Herby
8th May 2008, 03:34 AM
I dont know if your licence allows, but it is in:
/usr/local/psa/admin/htdocs/skins/winxp.new.compact/images
def_parallels_logo.gif
ACID25
8th May 2008, 04:23 AM
Hi
thx for that hint but i changed the logo that you described but nothing happens...it shows always the parallels logo. :(
any ideas?
regards
ACID25
Herby
8th May 2008, 04:34 AM
maybe u use another skin ?
ACID25
8th May 2008, 04:55 AM
no i thin it the right skin winxp.compact or is this wrong?
meto
9th May 2008, 04:05 PM
There is no Img but it has size so nothing changes
joeybutterface
10th May 2008, 03:06 PM
Why would you want to remove the logo?
Don't you think Parallels deserves the free advertising considering the pittance you're paying them for the software? :)
It's also great to show the Parallels brand it's synonymous with quality and will only boost your own corporate image.
joeybutterface
10th May 2008, 03:07 PM
I'm actually surprised Parallels doesn't charge us extra to show their brand in our control panels. It's that valuable to us.
shoggy24
10th May 2008, 09:27 PM
Did anyone notice how the logout button is conveniently located between their Ads, and so close together that you bound to notice the parrallel logo or mistakenly click it.
jnarvaez
13th May 2008, 03:47 PM
You have to edit the file:
/usr/local/psa/admin/htdocs/skins/winxp.new.compact/css/top/custom.css
Find this:
.withTopRightLogo {
margin-right: 170px;
}
and change with:
.withTopRightLogo {
margin-right: 0px;
}
find this:
#topRightLogo {
position: absolute;
right: 0px;
top: 0px;
}
and change with:
#topRightLogo {
position: absolute;
right: 0px;
top: 0px;
visibility: hidden;
}
and finally find:
#topTxtBanner {
display: -moz-inline-box;
display: inline-block;
padding-left: 16px;
padding-right: 7px;
text-align: left;
margin-top: 11px;
}
and change with:
#topTxtBanner {
display: -moz-inline-box;
display: inline-block;
padding-left: 16px;
padding-right: 7px;
text-align: left;
margin-top: 11px;
visibility: hidden;
}
You will have to do the same in every skin.
madcat
13th May 2008, 11:07 PM
Thanks, jnarvaez, your instructions were easy to follow and worked for me.
I ended up having to clear my browser cache before that Parallels logo would go away. After that, the copyright information was "sticking out" a bit to the left. I tried to line it up right, but I couldn't get it to move over to the right side, so I got rid of it completely by adding "visibility: hidden;" to the "#topCopyright" section.
It wouldn't be so bad if they at least made the effort to continue the "blue circles" image theme at the top through the Parallels logo, but instead it has an ugly white background that interrupts the flow.
S.Celik
13th May 2008, 11:55 PM
It wouldn't be so bad if they at least made the effort to continue the "blue circles" image theme at the top through the Parallels logo
none of them is acceptable for a paid software.. we are not paying to serve ads are we?
vBulletin® v3.6.12, Copyright ©2000-2009, Jelsoft Enterprises Ltd.