Home › Forums › Support › different color site title on home page from all other pages This topic has 1 reply, 2 voices, and was last updated 3 years, 11 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 22, 2019 at 9:26 am #875786 Mark I am trying to get the site title on the home page (and styling hover, visited, current as well) to be different than on the other pages. Do I need CSS for this, and if so, can you tell me what it should be? Thanks, Mark GeneratePress 2.2.2GP Premium 1.7.8 April 22, 2019 at 10:50 am #875858 LeoStaff Customer Support Hi there, Looks like you almost got it already? This is the CSS you are using: .home .main-title a, .main-title a:hover, .main-title a:visited { color: white; } You just need to do something like this: .home .main-title a { color: #ffffff; } .home .ain-title a:hover { color: #000000; } Let me know if this helps 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In