support

Remove 'view' on hover on thumbnails

Started by squinn, December 05, 2023, 06:28:20 PM

Previous topic - Next topic

squinn

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

Basara


squinn

I am using the default template, Thanks Basara

Basara

Hello.
Add CSS
.thumbnail .shortlinks a.details {
    display: none;
}

squinn

Thank you very much - that does remove the text.  There is still a thin, white bar that appears on hover

Basara

Quote from: squinn on December 11, 2023, 06:12:21 PM
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

squinn

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. 

squinn

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.

Basara

Hello.
You can edit your theme .tpl files if you don't want some element to appear. The CSS can be
.shortlinks { opacity: 0;}

squinn


Forum Rules Code of conduct
AbanteCart.com 2010 -