-
AuthorPosts
-
February 27, 2020 at 11:43 am #1188397
Hello!
Ive got another question to this:
https://kriesi.at/support/topic/hover-on-colum-effect/Is it possible to set this affect just for custom css of three _Columns?
I dont want every 1/3 gets an hover effect.
Thanks for the reply.Kind Regards
February 29, 2020 at 8:11 pm #1189054Hey topnetat,
Yes, but what kind of effect do you need? All 3 images scale up on the row hover?
Best regards,
VictoriaFebruary 29, 2020 at 11:22 pm #1189112Hey Victoria!
Hmm every about the effect is nice – the Problem is – its on every 1/3 Column in the hole website. i only need the effect once? Custom CSS? How can I do this?
Regards
March 2, 2020 at 12:06 am #1189282Hi,
Sorry for the late reply, you can limit the effect to only one or some of your columns, to do this you will need to add a custom class to the one you want it to work on. I tried searching your pages but didn’t find the custom class “three_columns”
If you can include admin login in the Private Content area and tell us which one you want the effect for we can assist and explain what we did should you want to do it again in the future.Best regards,
MikeMarch 2, 2020 at 7:03 pm #1189503This reply has been marked as private.March 5, 2020 at 12:16 pm #1190396Hi,
Sorry for the late reply, so I added the custom class “three_columns” to your css:.flex_column.av_one_third.three_columns { webkit-transition: -webkit-transform .15s cubic-bezier(.4,0,.2,1); transition: -webkit-transform .15s cubic-bezier(.4,0,.2,1); transition: transform .15s cubic-bezier(.4,0,.2,1); transition: transform .15s cubic-bezier(.4,0,.2,1), -webkit-transform .15s cubic-bezier(.4,0,.2,1); } .flex_column.av_one_third.three_columns:hover { -webkit-transform: scale(1.1); transform: scale(1.1); }
then I added the custom class to your columns on your homepage and your portfolio page:
now only the three columns on your homepage and portfolio page grow on hover, please clear your browser cache and check.Best regards,
MikeMarch 5, 2020 at 12:22 pm #1190398Hello Mike!
Thank you so much! This is exactly what I want. Do you could help me out in a different topic too? (in private content)
Thanks for your answer!
Regards
March 6, 2020 at 1:31 pm #1190865 -
AuthorPosts
- You must be logged in to reply to this topic.