Font style in sidebar widgets Posted in : Responsy WP davidpalenciaParticipant 21 July 2014 at 01:39 #15277 How can I change the font style of the sidebar widgets so they look like headings (1, 2, etc)?? And if not possible, how could I at least set them to be bold? I’ve tried using tags in appearance/widgets of WP but it won’t show any changes. Thanks ahmetsaliKeymaster 24 July 2014 at 15:38 #15319 Hi, add this code to Custom CSS box located under Theme Settings > Style tab; .sidebar h3 { font-weight: bold; font-size: 18px; } davidpalenciaParticipant 9 September 2014 at 22:18 #15989 Thanks a lot! How can I make them style? I tried typing tag in the title field but it won’t work. Thanks again ahmetsaliKeymaster 15 September 2014 at 17:59 #16049 you can style them differently by adding more css properties to the code in my previous post; such as; .sidebar h3 { color: #096; } Viewing 4 posts - 1 through 4 (of 4 total) The forum ‘Responsy WP’ is closed to new topics and replies.