Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
John P Costello Posted September 2, 2022 Posted September 2, 2022 When someone posts a quote from a forum post the background is blue and the text is black. I would like for the text to be white instead of black but I can't find which thing that I need to change. Currently it looks like this: I want it to look like this:
teraßyte Posted September 2, 2022 Posted September 2, 2022 Add this to the custom.css file of your theme: .ipsQuote_citation { color: white; } Â
John P Costello Posted September 2, 2022 Author Posted September 2, 2022 19 minutes ago, teraßyte said: Add this to the custom.css file of your theme: .ipsQuote_citation { color: white; }  I don't think that I have a custom css file. If I do then I don't know where it is. 🙂 2 minutes ago, John P Costello said: I don't think that I have a custom css file. If I do then I don't know where it is. 🙂 I'm looking at these and trying to figure out which one I am supposed to use:
Solution Mark H Posted September 2, 2022 Solution Posted September 2, 2022 custom.css is found when you choose to edit the HTML and CSS. Click the icon to the right of the Theme that looks like: </> Once open, choose the "Custom CSS" sub-tab. Senior2323 1
John P Costello Posted September 2, 2022 Author Posted September 2, 2022 5 minutes ago, Mark H said: custom.css is found when you choose to edit the HTML and CSS. Click the icon to the right of the Theme that looks like: </> Once open, choose the "Custom CSS" sub-tab. Awesome. Thank you and thank you @Terabyte
Mark H Posted September 2, 2022 Posted September 2, 2022 You're welcome, we're glad the issue is resolved. 🙂  Senior2323 1
BandiRoot Posted September 7, 2022 Posted September 7, 2022 What is the CSS code to force all posts in white color, regardless of the original color ? Can someone help me with this ?
Marc Posted September 7, 2022 Posted September 7, 2022 There would be no CSS code that would be able to enforce that, as it depends on what the code is that has been pasted
Recommended Posts