Hi,
You can do that using custom CSS code, you can add a custom CSS class to your columns, then add this custom CSS code in your WordPress
.your-custom-class{background-size:120%!important;}
change 120 by the value you want.
Hi @nlahssine
Thank you for the reply.
Unfortunately it does not seem to work for me: basically I can get to assigning the custom CSS class & adding effects on hover by going:
.custom-class:hover
{
(effect here)
}
Except the {background-size:120%!important;} does not seem to do anything for me…
I have tried
{transform: scale(1.2);}
Which does scale the thing, except that makes the entire column, not just background, large…
I uploaded an image of what kind of zoom I am trying to achieve:
View post on imgur.com
Is there a way I can possibly get this effect? Is there maybe a way to assign a custom CSS class to just the column background?
Thank you!
Hi,
Could you please provide an online page?!