Switch from WPBakery VISUAL BUILDER to…
-
It will not be better to use Elementor instead of WPBakery Page Builder?
Do you plan to switch to Elementor?
Hello,
We have a great deal of basing elements integrated in WP Bakery Page Builder. It will take a lot of time and effort to replicate with Elementor. That is why we cannot say we will integrate Elementor in the nearest future.
Best Regards
How I can set the line height for <p> tag ?
Is there any option or I have to use Custom CSS?
Hello,
Yes, you can insert your CSS in Theme Settings > Custom CSS.
Here is the code for p and line-height:
.woodmart-entry-content p {
line-height: 1.7;
}
Change it as per your needs and add to custom CSS.
Best Regards