media Posted February 22, 2022 Share Posted February 22, 2022 How do you change board logo color on hover like here on this board... Link to comment Share on other sites More sharing options...
TAMAN Posted February 22, 2022 Share Posted February 22, 2022 #elSiteTitle:hover { color: blue; } Marc 1 Link to comment Share on other sites More sharing options...
Marc Posted February 22, 2022 Share Posted February 22, 2022 ^ that would do it 🙂 Almost like this fella has been here before TAMAN 1 Link to comment Share on other sites More sharing options...
SecondSight Posted February 22, 2022 Share Posted February 22, 2022 Hello, 🙂 Can you tell me where I should add this code ? Appearance / IPS Theme / CSS but then ? Is it core.css ? Thank you. 🙂 Link to comment Share on other sites More sharing options...
Nathan Explosion Posted February 22, 2022 Share Posted February 22, 2022 custom.css Always custom.css TAMAN 1 Link to comment Share on other sites More sharing options...
Jim M Posted February 22, 2022 Share Posted February 22, 2022 19 minutes ago, Nathan Explosion said: custom.css Always custom.css Link to comment Share on other sites More sharing options...
SecondSight Posted February 22, 2022 Share Posted February 22, 2022 It doesn't work for me, perhaps because my logo is an image... Link to comment Share on other sites More sharing options...
Jim M Posted February 22, 2022 Share Posted February 22, 2022 19 minutes ago, SecondSight said: It doesn't work for me, perhaps because my logo is an image... Correct. It would not work with an image, only text and related fonts. I am going to move this topic to our peer to peer forum as it is unfortunately, heavily going into customizations. Link to comment Share on other sites More sharing options...
media Posted February 22, 2022 Author Share Posted February 22, 2022 4 hours ago, Jim M said: Correct. It would not work with an image, only text and related fonts. So if it does not work with image, how IPB logo here works with an image???? Isn't the logo here partially image partially text??? Would you guys please post IBP logo code and images here? I just want to see how you guys did it? Link to comment Share on other sites More sharing options...
Stuart Silvester Posted February 22, 2022 Share Posted February 22, 2022 17 minutes ago, media said: So if it does not work with image, how IPB logo here works with an image???? Isn't the logo here partially image partially text??? Would you guys please post IBP logo code and images here? I just want to see how you guys did it? We use an SVG logo, you can see the code for it in the page source. Link to comment Share on other sites More sharing options...
media Posted February 23, 2022 Author Share Posted February 23, 2022 1 hour ago, Stuart Silvester said: We use an SVG logo, you can see the code for it in the page source. Ok then... Getting more complicated for me.... LOL! Link to comment Share on other sites More sharing options...
Recommended Posts