Disable big 1st letter Posted in : Impose LeFrancLouisParticipant 24 June 2016 at 15:28 #31628 Hi, How to enable/disable the big first black letter at the beginning of each post. I noticed it does not appear in some post like video. Thanks ! serkanModerator 25 June 2016 at 02:40 #31636 Hi LeFrancLouis, You can use this custom css code for disable the first letter; .drop-cap:first-letter, .single-post .entry-content > p:first-child:first-letter { font-size: 14px; line-height: 1.9; font-weight: normal; padding: 0; } You can use this custom css code for enable the first letter for video format. .format-video .entry-content > p:nth-child(2):first-letter { font-size: 42px; line-height: 1.1; font-weight: bold; float: left; padding: 0px 6px 0px 0; margin-bottom: -6px; } LeFrancLouisParticipant 29 June 2016 at 16:26 #31714 Serkan, The 1st code to disable 1st letter worked the other day but I did not do anything and it is not working anymore. The first letter came back. serkanModerator 29 June 2016 at 16:35 #31717 Hi LeFrancLouis, I just explained it in another topic. You removed } this mark in the custom css code box that is why other codes not working. Don’t worry. It is not a big deal =) Thanks LeFrancLouisParticipant 29 June 2016 at 16:55 #31719 Yep, it is working, I don’t worry I’m happy :) serkanModerator 29 June 2016 at 18:04 #31723 That is awesome =) Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in and have valid license to reply to this topic. License required for the following item Impose Blog WordPress Themeby pixelwars Login and Registration Log in · Register