Change Paragraph Font Size Posted in : Read WP NeosophParticipant 13 June 2015 at 22:34 #22907 I tried using CSS but I can’t change the font size: .post .entry-content>p { font-size: 18px; } It looks like it is pulling from javascript, where do I change it? NeosophParticipant 13 June 2015 at 22:51 #22909 http://practicalnonsense.org/ ahmetsaliKeymaster 15 June 2015 at 13:11 #22953 Hi, no it comes from css not js, you can try this custom css code to change the paragraph font sizes on blog masonry; .blog-masonry .hentry p { font-size: 14px; } NeosophParticipant 15 June 2015 at 16:23 #22975 Sorry I should have been more clear, I was referring to this page: http://practicalnonsense.org/debunking-doomsday-meteorite-impact/ This is the CSS for the area I want to change: .blog-single .post .entry-content > p { font-size: 18px; } I think it might have been related to the other “Better WordPress Minify” plugin issue I was having, going to try a fix tonight. NeosophParticipant 15 June 2015 at 18:26 #22979 Ok tested it. Still not working. How do I change the paragraph text font size to 1 em, but leave the p class=”lead drop-cap” at 1.3em? http://practicalnonsense.org/debunking-doomsday-meteorite-impact/ NeosophParticipant 19 June 2015 at 23:38 #23088 Ugh, though I fixed it but apparently not. This is the problem: @media screen and (min-width: 768px) { .blog-single .post .entry-content > p { font-size: 18px; } } NeosophParticipant 19 June 2015 at 23:51 #23089 I ended up removing the offending code from main.css Can you remove this code from main.css in the next update? I don’t understand why you are forcing paragraphs to be 18px. It defeats the purpose of your [lead_p drop_caps=”yes”] shortcode. ahmetsaliKeymaster 22 June 2015 at 19:51 #23157 it is for improving readability on single post pages, thanks for the feedback. Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register