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.
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
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
clean your browser cache
Hi
I've cleared the abante 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?
Use browser inspector tool to check in what rule and css file you have a line
https://abantecart.atlassian.net/wiki/spaces/AD/pages/7569496/Debug#Debug-Browserinspector
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.
Hi.
I check your site. You did not remove the border-top as I suggest you. Thats why you see line
hi
Attached my file.
It is the one tith the line as above mentioned.
That is why I'm confused.
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.