Tagged: x Author Posts June 23, 2016 at 12:48 am #1055819 bedingfieldParticipant Hi there, I am using some custom CSS for my single post blog page for a drop cap. I only want this to display ob the single blog posts, but iy seems to add the drop cap CSS site-wide. How can I make this only show on single blog posts and no where else? .entry-content p:first-of-type:first-letter{ float:left; margin-right:0.10em; line-height:90%; font-size:275%; font-weight: bold; color: #333; } June 23, 2016 at 3:28 am #1055946 Paul RModerator Hi, To make it affect only the single blog posts page, you can change your code to this. .single-post .entry-content p:first-of-type:first-letter{ float:left; margin-right:0.10em; line-height:90%; font-size:275%; font-weight: bold; color: #333; } Hope that helps. Author Posts <script> jQuery(function($){ $("#no-reply-1055819 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In