Post by finman » Mon Jun 18, 2012 3:40 pm

Hi guys,
once I click on image it shows the popup box with image. but when I close that popup box, this orange border comes around the thumbnail. please please tell me how do I get rid of it.
Image

Newbie

Posts

Joined
Sun Jun 17, 2012 3:42 am

Post by terraGirl » Mon Jun 18, 2012 5:44 pm

If you have in your CSS a rule for a border for a:visited; then this could do it. You can avoid borders around images within links via:

Code: Select all

a img {border: none; }
But without access to your site, I can't be sure. If you can post a URL, I'd be happy to check further.

UK Web Hosting for Designers & Developers by TerraNetwork (Norwich, UK) for websites of all sizes.


User avatar
New member

Posts

Joined
Fri Aug 12, 2011 12:26 am

Post by finman » Tue Jun 19, 2012 12:19 am

Hi terraGirl, thanks for your reply.
I am still developing my theme and opencart is on my localhost, so don't have url yet.
you show me right direction.
This is how I solved my problem.
If any one is looking for same thing than here, just put it in your css file:

Code: Select all

a {
   outline: 0;
}

Newbie

Posts

Joined
Sun Jun 17, 2012 3:42 am

Post by mbstreasurista » Thu Sep 20, 2012 7:41 am

I'm having the same problem and have tried the code in the css folder and nothing happen. I'm also having trouble with the popup box not looking right. Here is my site so you can check out what i'm talking about. Any help needed!!!

http://mbtreasurista.com

Thanks
Misty


Posts

Joined
Tue Aug 14, 2012 4:15 am

User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore

Post by mbstreasurista » Thu Sep 20, 2012 8:56 am

MarketInSG wrote:the borders are part of your theme. to remove it, set border to 0px.
Where do i go to set the border. Did you take a look at my site, cause i like the light color border that is apart of my theme. I just have some sort of error, when i click the popup for the product image then close it, an orange border appears. It goes away after you leave or refresh the page. So i don' t know what is going on. Also can you look at the popup and tell me how to fix it as its all out of line.

Thanks so much!
Misty


Posts

Joined
Tue Aug 14, 2012 4:15 am

Post by MarketInSG » Thu Sep 20, 2012 9:00 am

you should just contact the theme developer. For this, you can set outline to 0 and it should be gone.

try

Code: Select all

a img { outline: 0px; }


User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore
Who is online

Users browsing this forum: No registered users and 21 guests