Jump to content

Featured Replies

Posted

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/

 

Color Bar on SubBoards Problem.JPG

Edited by usmf

Solved by Morrigan

Go to solution

You probably gave a background to ipsList_inline you will want to search for it in your custom.css

  • 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.

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.

Depending on the theme your using there may be a custom setting for the Title bar background.

  • 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/

  • 2 weeks later...
  • 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.

  • 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;
}

 

Here @usmf Should get you started:

 

WMF.xml

  • 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.

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.

This appears to be the same issue as your advertisement background issue.

  • 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!

Recently Browsing 0

  • No registered users viewing this page.