1. daubasses
  2. Commercial Templates
  3. Wednesday, 27 August 2014
  4.  Subscribe via email
Hello Ciaran,

I just updated our website with Habitat (we use Joomla 2.5.24).

Everything fine with the template! Good job!

Just one small "esthetical problem".
With Firefox version 31, no problem.
With IE 9, there is a strange rectangle around the logo (like a "link";).

I know that IE 9 is not the last version, which is IE 11, but I think that it is still in use by people around the world.

Our website is: http://www.daubasses.com

Do you know how to remove this rectangle?

Thank you in advance.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To remove this border across your site could you try adding the following to the Custom CSS field of your templats parameters...


a, img, a img {
border:none;
outline:none
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

Thank you for your reply.

Unfortnately, this doesn't solve the problem.

Just tested with IE11: no problem. With Firefox and Chrome: no problem.
It seems it only happens with IE9...
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Could you try changing your CSS to the following...


#logo img, #logo a img {
border:none !important;
outline:none !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Unfortunately, this CSS code does not solve the problem... :-(
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!