Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 2, 20222 yr 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:
September 2, 20222 yr Community Expert Add this to the custom.css file of your theme: .ipsQuote_citation { color: white; }
September 2, 20222 yr Author 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. 🙂 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:
September 2, 20222 yr Solution 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.
September 2, 20222 yr Author 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
September 7, 20222 yr What is the CSS code to force all posts in white color, regardless of the original color ? Can someone help me with this ?
September 7, 20222 yr Community Expert 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