Make site title have hover color Posted in : TheBlogger nerwinParticipant 27 October 2016 at 23:08 #44943 Hi again, I’m trying trying to figure out how to make the site title change color when the mouse pointer is hovering over it. I tried .site-title-text a:hover {color: blue;} and it doesn’t work. Thanks! serkanModerator 28 October 2016 at 10:48 #44948 Hi, You can use this custom css code; .site-title a span:hover { color: blue; } Thanks nerwinParticipant 28 October 2016 at 17:33 #44957 I spent hours trying to figure this out and adding span would have worked. Wow…I sure don’t feel very smart. Thanks for all your help, I really appreciate it! serkanModerator 31 October 2016 at 10:54 #44965 You are welcome. Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in and have valid license to reply to this topic. License required for the following item TheBlogger WordPress Themeby pixelwars Login and Registration Log in · Register