AbanteCart Community
Shopping Cart Operations => Support => Template Support => Topic started by: squinn on December 05, 2023, 06:28:20 PM
-
Hello,
I have searched the forum as I believe I asked this question some years ago, but I have a new install.
How do you remove the 'view' text and bar that comes up when you hover over thumbnails?
From memory there were two spots this needed to be changed - the style.css and one of the bootstrap files (not sure which one). But I can't remember where specifically, sorry.
Thanks in advance
-
Hello.
What is your theme?
-
I am using the default template, Thanks Basara
-
Hello.
Add CSS
.thumbnail .shortlinks a.details {
display: none;
}
-
Thank you very much - that does remove the text. There is still a thin, white bar that appears on hover
-
Thank you very much - that does remove the text. There is still a thin, white bar that appears on hover
This bar will show the product ratings when available
-
Oh ok, I understand. For now I primarily sell one off items, so I have ratings turned off. If I was able to turn it on and off for certain categories I'd use ratings.
-
I've been looking and experimenting with style options to turn off the white bar that still appears but I haven't found anything that works. Could you please let me know? I want the thumbnails to be clickable, but I don't want anything to appear over the top of the picture.
-
Hello.
You can edit your theme .tpl files if you don't want some element to appear. The CSS can be
.shortlinks { opacity: 0;}
-
Many thanks - Have a great Xmas.