[ad_1]
I’m building a website for the company I work for and I need to copy the Figma designs given to me exactly. I’m using Elementor Pro, and the “Products” widget is not nearly as customizable as I need it to be.
Is there any alternative solution, or a way for me to safely dig in and get hands on with the code? I have experience with PHP, HTML, CSS, JS, etc. but I’m not familiar enough with WordPress to know how to dive in and custom build the changes I need.
Any suggestions appreciated, thank you!
[ad_2]
If you know how to code, it should be relatively easy to visually customize it by CSS, or to pull more data via PHP about those products.
If it’s CSS you can do it on the spot, on the widget’s style or advanced tab.
If it’s PHP for getting more data from database for those products, you need to Google how to modify or extend existing widgets in Elementor.
They have their own documentation about those things.