Home Forums WoodMart support forum Switch from WPBakery VISUAL BUILDER to…

Switch from WPBakery VISUAL BUILDER to…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #63024

    theDevelopers
    Participant

    It will not be better to use Elementor instead of WPBakery Page Builder?

    Do you plan to switch to Elementor?

    #63030

    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

    #63039

    theDevelopers
    Participant

    How I can set the line height for <p> tag ?
    Is there any option or I have to use Custom CSS?

    #63049

    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

Viewing 4 posts - 1 through 4 (of 4 total)