Hello,
I would like to stop the logo rotation. I did find another post that was close and I couldn't reply to the topic so I started another one.
There was a link to this thread to stop rotation: [https://www.joomlart.com/forums/topic/stop-logo-rotation-reduce-padding/] but I'm curious if it can't be done in css somehow as changing the less file will get overwritten with any new version of the Sugite template.
Thanks.
Hi krumz
Please have a look HERE
Disable rotate effect Open the following folder /your site/templates/ja_sugite/templates/css/ Edit the custom.css file as below .logo-image a:hover img { transition: none; -moz-transition: none; -webkit-transform: none; } The rotating effect is now disabled when you hover the cursor on the logo.
Disable rotate effect
Open the following folder /your site/templates/ja_sugite/templates/css/ Edit the custom.css file as below .logo-image a:hover img { transition: none; -moz-transition: none; -webkit-transform: none; } The rotating effect is now disabled when you hover the cursor on the logo.
Regards
pavit
Thank you. I did not see this part of the documentation. Sorry to bother you.
No problem
Best of luck with the site
I'll mark this thread as resolved
Cheers Paul