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 #2017077
Default font size
Closed

Comments

  •  1
    Alan started the conversation

    Hi there, I would like to know how to change the default paragraph font size to 14 when writing a blog post. Currently it's set to 11 so I have to manually change to 14 via highlighting the text and changing it or changing it to 14 before I write a sentence but when it starts a new line it changes back to 11. I would like it so it's set to write paragraph text at 14. If you could let me know how to do that it would be great. Thanks! 

  •  2,699
    PenciDesign replied

    Hi,

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

    .post-entry p, .wpb_text_column p{ font-size: 18px; }
    

    Change number 18 to value as you want.


    Best Regards,

    PenciDesign