Home › Forums › Support › Highlighted links in italics This topic has 5 replies, 2 voices, and was last updated 5 years, 1 month ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts April 11, 2017 at 8:02 am #304492 Cristo Rey Is there a simple way for links on my site to turn to italics when highlighted? I already have them change color but would like them to change shape a bit as well. GeneratePress 1.3.46 April 11, 2017 at 8:21 am #304501 LeoStaff Customer Support Hi Cristo, This CSS should work for all links in the content area: .site-content a:hover { font-style: italic; } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ April 11, 2017 at 8:32 am #304506 Cristo Rey Thanks, Leo. That worked like a charm! Of course I should have known it would since Tom is the one who wrote it. One other problem I have (probably something I did wrong) my visited links are supposed to show up in red, but they don’t. April 11, 2017 at 8:35 am #304508 LeoStaff Customer Support Could try something like this: .site-content a:visited { color: #000; } Let me know. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ April 11, 2017 at 8:44 am #304518 Cristo Rey Perfect, again. Thanks for the quick response. April 11, 2017 at 2:19 pm #304671 LeoStaff Customer Support Glad I could help! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In