• I’m using Elementor page builder for creating pages and posts. For some reason, I have been unsuccessful in formatting the font and line spacing for all text in the text editor. Bullets have different line heights from regular paragraphs. And no matter what I do, fonts don’t change. They default to the “Paragraph” setting. Cannot figure this out. Tried everything.

    Anyone have any suggestions?

    • This topic was modified 5 years, 3 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not a Requests and Feedback topic

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @parhamm,

    For the required result, try entering this code in your file .css:

    li p {
        margin-bottom: 0;
    }

    If this does not work, add “! Important” after the rule, like this:

    li p {
        margin-bottom: 0!important;
    }

    Let me know if it worked! ??

    Thread Starter parhamm

    (@parhamm)

    That was amazing Andrea. Worked like a charm.

    While on the subject, in regards to the font, is there a code that will allow the font to be customized? It is stuck with a default font for some or all of the content on the page, and when I change it using the page builder, nothing changes.

    Parham

    Hello @parhamm,

    Changing the font of a text is possible through css. But it is a speech that should be extended. Can you explain better what result you want to achieve? For example, do you want to change the character of a particular text or of all the paragraphs? However my advice is to try to use the editor and not the css.

    However, on this site you can find some useful suggestions:
    https://www.tutorialrepublic.com/css-tutorial/css-fonts.php

    Regards,

    Andrea Veglia

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text editor bullets and paragraph text have different line heights and fonts.’ is closed to new replies.