Logo position. Remove color and image. Leave position

GK User
Tue Jun 19, 2012 3:47 am
Hi,

The url of the site is http://www.sillasparaoficina.com.ve

I would like remove the red color and the logo image (indicated in the image attached) that are currently in the logo position, but without change any other thing of that position: just delete the image and convert the red color to transparent.

Please, give me instructions.

Regards.

Daniel H.
User avatar
Expert Boarder

Konrad M
Wed Jun 20, 2012 11:03 am
Hi,
You can upload you own logo image. Please go to template settings. In 'Features' section you will find 'Logo image' option. Here you can upload your logo.
User avatar

GK User
Wed Jun 20, 2012 6:41 pm
Let me give you a more in detail explanation of the issue:

The site mentioned lines below has Joomla 2.5.6 and Virtuemart 2.0.6.

Every time when I try to see that site in Google Chrome version 19.0.1084, just in the moment when the page is loading, for a very short moment, you can see, (for a few instants) the background color of the logo position. I captured that moment that you can see in the image attached number 1.

That is happening to me using two differentes machines, located in differents places, and using two differents operation systems (Windows XP and Windows 7)

Besides of that, every time when I try to see that site in Firefox version 13.0.1, just in the moment when the page is loading, for a very short moment, you can see, (for a few instants) the background color of the logo position, and the name setting in the backend, in the parameter "Global configurations" > "site Settings" > "Site Name" (in my case that parameter has next value "Sillas de Oficina | Silleti". I captured that moment that you can see in the image attached number 2.

Please, give instructions to fix the issue and avoid the behaviour showed in the two images attached.
User avatar
Expert Boarder

GK User
Wed Jun 20, 2012 6:45 pm
The behaviour with Internet Explorer is the same that the site has with Firefox.
User avatar
Expert Boarder

GK User
Sun Jun 24, 2012 11:34 pm
Is anybody there?
User avatar
Expert Boarder

Konrad M
Tue Jun 26, 2012 12:59 pm
Please try add to override.css
Code: Select all
h1#gkLogo {
background:none !important;
}

remember to enable override.css option in template settings.
User avatar

GK User
Sat Jun 30, 2012 5:35 pm
Hi,

Your last instruction helped me to remove the background, but the second issue, that I mentioned lines below, still there:


Besides of that, every time when I try to see that site in Firefox version 13.0.1, just in the moment when the page is loading, for a very short moment, you can see, (for a few instants) the background color of the logo position, and the name setting in the backend, in the parameter "Global configurations" > "site Settings" > "Site Name" (in my case that parameter has next value "Sillas de Oficina | Silleti". I captured that moment that you can see in the image attached number 2.


The problem is refered in the second image attached at the begining of this ticket.

Please, give me your instructions to fix that issue too.

Regards.
User avatar
Expert Boarder

Konrad M
Mon Jul 02, 2012 9:00 am
Please try add this to override.css
Code: Select all
h1#gkLogo a.cssLogo + span {
display: none;
}
User avatar


cron