News:

AbanteCart v1.4.2 is released.

Main Menu

Product picture show stripe on top

Started by Beyond2000, June 14, 2018, 03:18:07 AM

Previous topic - Next topic

Beyond2000

Good day.
All my products pictures is showing a line/stripe on top. In the top selling. latest special every where execpt when you click on the produckt for more detail or in shopping basket.
Attached a picture to show.
Enjoy your day.

Basara

Hi
You need to remove the border-top rule from the
div.thumbnails img {

in the file /storefront/view/default/stylesheet/flexslider.css about line 74

Beyond2000

Hi
lines 74,75 and 76 originaly.

div.thumbnails img { cursor: pointer; background-color: white; display: inline-block; border-top:5px solid #efefef }
div.thumbnails img:hover { background-color: #eee; }
div.thumbnails img.selected { background-color: #00A1CB; border-top:5px solid #00A1CB }

now

div.thumbnails img { cursor: pointer; background-color: white; display: inline-block }
div.thumbnails img:hover { background-color: #eee; }
div.thumbnails img.selected { background-color: #00A1CB}

still the same display

Basara


Beyond2000

Hi
I've cleared the AbanteCart cache (everything) then manualy cleared my browsers cache (it is set to clear everything on exit everytime) and the did a dns flus on my pc. still I see the stripe on top as on the pictures. I've looked it up on another pc and the same (mine is windows 7 with firefox and the windows 10 is with chrome)

the website address is www.proteaapteek.co.za/shop

Any other settings?

Basara


Beyond2000

Hi
I do not see anything to do with lines. the one place end with <div and the it includes the stripe and the line just before also say <div.. that is all that is in the lines. the line previous is the name of prodcut.

Basara

Hi.
I check your site. You did not remove the border-top as I suggest you. Thats why you see line

Beyond2000

hi
Attached my file.
It is the one tith the line as above mentioned.
That is why I'm confused.

Beyond2000

Hi
Thanks for all you patients with me. I've found the file. I was supposed to edit the one in the extention that I am using not the main one. Done it and the border is away. I did not know if you run from your copied template that that setting is now in the template and not main install anymore.

Have a wonderfull day.

Forum Rules Code of conduct
AbanteCart.com 2010 -