Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 21, 20214 yr Community Expert Thanks to suggestions from a couple people here, I have started over with a new default theme and am coloring it myself. Two questions . . . First: Is there a code that I can add to custom CSS to create a light background bar for all items in the Activity Feed? Attached is a picture showing the current look. Any new posts already have the background light color. I'd like that to appear behind the updates of updated profile pics and the like. Second: Some of the plain text links are still showing up in a light grey color. I have changed the codes in the Themes/Text editing area for links and link hover to #000000 -- but the links shown in the second attachment here are not showing as true black until you hover. Then, they work. How can I fix that? Thanks in advance for any help. Edited January 21, 20214 yr by usmf
January 21, 20214 yr The second is normal. Its an opacity thing to show that its anything. You can change it but you don't have to. And I think for the first one: .ipsStreamItem_actionBlock { background: #fff; }
January 21, 20214 yr Author Community Expert Thanks so much! That was a perfect fix for the first question. I would like to change the opacity on the second question, but so far . . . nothing I've tried is working.
January 22, 20214 yr Author Community Expert .cStreamFilter p em { opacity: 1; } Thanks. I have tried that with and without !important added, but it does not seem to change it.