Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 4, 20168 yr There's a notification box (black/dark background with light text) that appears from the header or footer and slides out when new content you've followed posted. Where can I find the CSS class (in Templates) that controls it?
July 6, 20168 yr Author I'd like to change where it appears, the text, and background properties. Anyone?
July 19, 20168 yr In css/core/global/framework/global.css, you want to be modifying mentions of #elFlashMessage.
July 19, 20168 yr Author 3 hours ago, Colonel_mortis said: In css/core/global/framework/global.css, you want to be modifying mentions of #elFlashMessage. Thanks! You're a blessing! I had to add a "p" after it since the default settings weren't working. Some code must have overrode it. So what worked for me was.. #elFlashMessage p, #elFlashMessage p a Thanks again for pointing me in the right direction!
Archived
This topic is now archived and is closed to further replies.