Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 17, 20204 yr I'm trying to get rid of the shaded background bar that is showing up behind sub-board lists, lists of online members and a few other places. Red arrows mark the spots showing on the front page of my forum. Any suggestions how to get rid of that grey background bar behind those items of text would be much appreciated. https://www.worldmilitariaforum.com/forums/ Edited December 31, 20204 yr by usmf
December 17, 20204 yr You probably gave a background to ipsList_inline you will want to search for it in your custom.css
December 18, 20204 yr Author Thanks for the suggestion. I checked the CSS which had been edited by someone else, and I am now trying to fix it. There is only the following which codes the text on those bars/lines that I'm wanting to get rid of. .ipsList_inline, li, a { COLOR: #000000; } So far, I still can't get the color of the background bars to change.
December 18, 20204 yr I honestly am only guessing because its a picture. That's normally the CSS that surrounds those but there might be other selectors that its using. I'm not looking at the code.
December 18, 20204 yr Depending on the theme your using there may be a custom setting for the Title bar background.
December 19, 20204 yr Author I'm honestly not sure what theme is loaded. I was not involved in the original set-up and have just volunteered to help clean up the color mess that was in the theme (partly original and part having been altered by someone else). This is the link to the forum itself, if that helps. https://www.worldmilitariaforum.com/forums/
December 31, 20204 yr Author Bumping in hopes that someone may be able to help here. I've still not been able to find how to remove this. Thanks.
December 31, 20204 yr Solution Your theme is a mess and the person that made these edits made them in the WRONG places. I would personally recommend you create a new theme (fresh no changes). Use the edit theme to change the base colors and then ask how to change the other things after that. The person that did this theme originally edited framework.css which is a BIG no, no and will cause you nothing but grief as you upgrade. The theme itself wouldn't be hard to replicate and get working to what it looks like now. It seems to be primarily default with a ton of color edits and some added images. That's my true recommendation. However if you just want to fix it issue by issue and not resolve your core issue this is how you fix your current one: .ipsBreadcrumb, .ipsList_inline, .ipsList_reset, .cSignedIn, #elUserNav, .ipsList_inline, .ipsList_reset, .cSignedIn { background: transparent; background-color: transparent; background-image: none; }
December 31, 20204 yr Author 1 hour ago, Morrigan said: Your theme is a mess and the person that made these edits made them in the WRONG places. I would personally recommend you create a new theme (fresh no changes). Use the edit theme to change the base colors and then ask how to change the other things after that. The person that did this theme originally edited framework.css which is a BIG no, no and will cause you nothing but grief as you upgrade. The theme itself wouldn't be hard to replicate and get working to what it looks like now. It seems to be primarily default with a ton of color edits and some added images. That's my true recommendation. However if you just want to fix it issue by issue and not resolve your core issue this is how you fix your current one: .ipsBreadcrumb, .ipsList_inline, .ipsList_reset, .cSignedIn, #elUserNav, .ipsList_inline, .ipsList_reset, .cSignedIn { background: transparent; background-color: transparent; background-image: none; } Thank you for this. I was afraid it was something like that. There were multiple people involved in this before I volunteered to try and fix it. I've done personal websites for years, but something as intense as forums is new to me. Your suggestion does look good to start from scratch, so I think that's what I'll do. I should be able to start in on this next week.
December 31, 20204 yr Yeah. Just take the one I posted in my previous post to start and just start editing in there. ONLY use the custom.css for changes from here forward.
December 31, 20204 yr Author Thanks to both of you! I've put in the temporary fix but am going to start working on this from scratch next week. Personally, the custom.css is all I'm touching . . . but I guess other things were changed earlier this year! Oops . . . Thanks for the help!