Home › Forums › Support › Changing text to Italics This topic has 6 replies, 2 voices, and was last updated 7 years, 2 months ago by Leo. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts October 7, 2017 at 6:06 am #398929 William I’ve tried everything to get a certain piece of font to be in italics but nothing seems to affect it. I’m guessing its just being overridden by some other CSS somewhere. I’m trying to make the font within the speech bubbles italic. Link to website: http://www.smartdogstudio.co.uk/ October 7, 2017 at 9:06 am #399051 LeoStaff Customer Support Hi there, Try this: .speech-bubble-text { font-style: italic; } Adding CSS: https://docs.generatepress.com/article/adding-css/ October 7, 2017 at 9:09 am #399057 William Still nothing… Is it something to do with google fonts? October 7, 2017 at 9:12 am #399058 William Ah this worked .speech-bubble-text { font-style: italic !important; } October 7, 2017 at 9:17 am #399063 LeoStaff Customer Support This should also work: .textwidget .speech-bubble-text { font-style: italic; } October 7, 2017 at 9:22 am #399065 William Ah yes, that works also. Thanks a lot! October 7, 2017 at 11:01 am #399107 LeoStaff Customer Support No problem! 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