pashmina Posted August 25, 2023 Share Posted August 25, 2023 Hi, I am trying to change the font size of all my blog page text to size 20 or higher but even if I did that - it doesn't show when I adjust through the site design styles. Is there a custom code for this? Link to comment
DPruitt Posted August 25, 2023 Share Posted August 25, 2023 (edited) Try inserting this into CUSTOM CSS: .entry-content p {font-size: 20px !important; line-height: 1.6px !important;} Edited August 27, 2023 by DPruitt code updated tuanphan 1 Link to comment
pashmina Posted August 26, 2023 Author Share Posted August 26, 2023 Thanks so much. And do you know what's the custom code if I need to increase my line height to 1.6px? Link to comment
pashmina Posted August 27, 2023 Author Share Posted August 27, 2023 @DPruittHey, just following up on this? any idea whats the custom code if I want to also increase my line height to 1.6px? Link to comment
DPruitt Posted August 27, 2023 Share Posted August 27, 2023 This code is now updated; if 1.6px is too tight, you can change it to 1.6em Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment