Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

200
Views
How to highlight all elements with the same css class when you hover over an element? I want to add mouse effect like Zoom In - Elementor WordPress

I want to add mouse effects like ZOOM IN on each pricing table; However, I made the pricing tables manually so each row is not related to the previous one. I read that I have to do it using javascript, I gave each Elementor column a class name, for example, the number of users and dashboards under BASIC will have the same class. I tried a code and I was able to change the background color, but how can I add a zoom effect? I didn't find a way to change the height and width in a function.

Screenshot

Thank you!

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

As referenced in this answer:

https://stackoverflow.com/a/10483891/10013076

You can consider two things:

1.

.item:hover .wrapper {
    color: #fff;
    background-color: #000;
}​
.item:hover ~ .wrapper {
    color: #fff;
    background-color: #000;
}​
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!