Home › Forums › Support › Sidebar font change only This topic has 6 replies, 4 voices, and was last updated 10 years ago by Tom. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts March 9, 2015 at 11:50 pm #84566 Rebecca Wade Hi, I want to change the font type of the sidebar content only. How can I do this please? Thanks, Rebecca March 10, 2015 at 9:13 am #84797 TomLead Developer Lead Developer Hi Rebecca, You would have to use CSS to change the widget content font. Something like this: .widget { font-family: FontName; } Let me know if you need more info 🙂 March 11, 2015 at 12:57 am #85196 Rebecca Hi I added .widget { font-family: “Times New Roman”, Times, serif; } to custom css editor and its not made any difference? The client wants a more handwriting feel to the testimonials in the sidebar at http://j100.purple-dog.co.uk/ Please help further? Thanks, Rebecca March 11, 2015 at 6:45 am #85270 ian HI I could be wrong but you need to replace .widget{ with name of your widget in you case I think it is .wpmpst-widget-2{ Ian I am a customer of GP so ignore as you wish March 11, 2015 at 10:08 am #85362 TomLead Developer Lead Developer Ian is correct if you want to specify one specific widget. However, I looked at your site and it looks like you entered the code inside stars like this: /* */ Doing so will make your browser ignore the CSS. Try adding the CSS below the last star */ March 12, 2015 at 12:15 am #85601 Rebecca Hi guys, Thanks for your help but sadly none of these seems to have worked? Any ideas? Thanks, Rebecca March 12, 2015 at 9:14 am #85791 TomLead Developer Lead Developer Hi Rebecca, Doesn’t look like you removed the stars as I mentioned above. In your CSS, replace this: /* Enter Your Custom CSS Here .widget { font-family: "Times New Roman", Times, serif; } */ With this: /* Enter Your Custom CSS Here */ .widget { font-family: "Times New Roman", Times, serif; } Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In