Font Size: Tagline and Quote Posted in : Readme khanhtaParticipant 16 September 2015 at 14:06 #25428 Hello, I would like to learn how to change the font size for quoted and taglined texts on body paragraph. I’m doing some analysis and would like the referenced texts to be slightly smaller than normal. Website: http://wingman.vn/articles/ Thanks serkanModerator 16 September 2015 at 22:37 #25440 Hi, You can use this custom css code; ( default is 1em ) .tagline { font-size: 0.8em; } Thanks khanhtaParticipant 17 September 2015 at 09:38 #25456 Thanks for the quick response serkan. To follow up on my original question, what about 1) Decrease the quoted text’s font size? Right now how big the font is looks a bit out of place for me 2) Matching bulleted and indexed text’s size with standard paragraph font. Default setting makes them look smaller and different. Cheers serkanModerator 18 September 2015 at 14:47 #25482 Hi, You can use these custom css code; @media screen and (min-width: 768px) { blockquote { font-size: 1.8em; } } ol, ul { font-size: 1.2em } Thanks Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in and have valid license to reply to this topic. License required for the following item Readme - A Readable WordPress Themeby pixelwars Login and Registration Log in · Register