Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2144020
Can not change font size and line height with elementor
Closed

Comments

  • priyankpandey42 started the conversation

    Hi, I'm using the Elementor page builder with the theme. And when I'm using text editor widget of the plugin with the theme, I can not change the font size and line height.

    I have tried changing the theme to default Twenty Ninteen and it was working perfectly.

    It seems text editor widget is having conflict with the theme. Please help!

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me URL for this issue?

    Also, please save your changes to I can see what from the theme override to that.


    Best Regards,

    PenciDesign

  • priyankpandey42 replied

    Here's the test link:  https://www.healthroid.com/check/

    Currently I've changed the font size using tinymce editor but when I use elementor for that it is not changing the font size neither it is changing the line height.

  •  2,699
    PenciDesign replied

    Hi,

    I didn't see any stylesheet from Elementor appears.

    Can you please change it via Elementor and save it to I can see the changes?


    Best Regards,

    PenciDesign

  • priyankpandey42 replied

    Hi please check the url I have added "Your blog post topic is HUGE. Question is: How do you find proven topics? Use one of these 5 simple step-by-step strategies." these lines and used elementor on that.

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fixed that issue:

    .elementor-text-editor p{ font-size: inherit; line-height: inherit; letter-spacing: inherit; }

    Best Regards,

    PenciDesign

  • priyankpandey42 replied

    Hi thanks for the code. It worked fine.

    Please also let me know how to remove the white blank space between the header and the body of the post without affecting the homepage. (For every post and pages.)


  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    #header{ margin-bottom: 0; }
    .clear-footer{ height: 0; margin: 0; }
    body.home #header{ margin-bottom: 60px; }
    body.home .clear-footer{ height: 1px; margin-bottom: 29px; }
    

    Best Regards,

    PenciDesign

  • priyankpandey42 replied

    Hi it seems it is affecting sidebar.

  •  2,699
    PenciDesign replied

    Hi,

    Please try replace the code I sent to this code:

    .penci-sidebar-content{ margin-top: 35px; }
    #header{ margin-bottom: 0; }
    .clear-footer{ height: 0; margin: 0; }
    body.home .penci-sidebar-content{ margin-top: 0; }
    body.home #header{ margin-bottom: 60px; }
    body.home .clear-footer{ height: 1px; margin-bottom: 29px; }
    

    Best Regards,

    PenciDesign

  • priyankpandey42 replied

    Thanks, it worked perfectly.