Hover Effect on Media


Mouse Hover Over Effect
I need to get rid of the Mouse Hover effect on all media. I want all media to look good right out of the gate.I may or may not deside to enable it at a later date, but for now I want it disabled.
How?


You'd need to edit every template that has them, there's no on/off switch.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


The fade change thingy when you hover over a thumbnail.
It might be this? I'm not sure?
Source: global.css
Code
[img_thumb:hover, body.touch_enabled .img_thumb {
opacity: 1.0;
Last edit: by vynum




Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


Click on the image to get stress relief.
LqeOL.gif
Last edit: by vynum


Oh yes, sorry you just remove the CSS from img_thumb. I totally misunderstood what you wrote, I thought you were talking about tooltips on all pages. I'm rushing around too much today.
Commenting it out made it work. The Crousel wasn't effected of coarse and I think I will leave the crousel the way it is for now.