Change Font Size/color/bold for Text in Page only for Tdeditor Theme

  • Unknown's avatar

    Hi, I am using the TDeditor Theme. I am trying to change the font for the text I am writing on a page only. When I use the customizer Font size, it changes the font for the entire page such as the header, icons & Text. I am just looking to change the font size/color and maybe bold a few highlights in the text I am writing on the page.

    Do you have a CSS code to change the text only font size/color?

    Thank you for all of your help.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi rasulijaz

    Try this line of custom CSS.

    p {
        color: #75BC22;
        font-family: sans-serif;
    }

    Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.

    You need to be on the WordPress.com Premium Plan for custom CSS to save. You can only preview custom CSS on the free plan.

  • Unknown's avatar

    Thank you! Also, how do I change the font size for the text that I write on the page only.

    For example, if i use the customizer-font-size on the menu toolbar it changes the font for everything on that page including the calendar, icons, etc.

    I only want to change the font size of the text that I write.

    Is there a code for this?

    Thank you.

  • Unknown's avatar

    You can add:

    p {
        font-size: 20px;
    }
  • The topic ‘Change Font Size/color/bold for Text in Page only for Tdeditor Theme’ is closed to new replies.