Where to change the color of the Discussion bar?

  • Thread starter Thread starter bogus
  • Start date Start date
B

bogus

Guest
Hi. I want to change the Color, the Gradient (category-23px-light.png) and the padding of the Discussion Bar, but i cant find anything in the Style Properties of the ACP.
I know that i could change the colour at the Colors Palette, but then i can just change the color, not the rest.

Unbenannt.webp

Thanks four your help
 
In discussion_list.css, change the following:
Code:
.discussionList .sectionHeaders
{
	@property "subHeading";
	font-size: 11px;
	color: white;
	background: #0679a4 url('@imagePath/xenforo/gradients/gradient_catstrip.png') repeat-x top;
	padding: 5px 10px;
	margin: 3px auto 0;
	border: 1px solid @primaryDarker;
	@property "/subHeading";
	padding: 0;
}
Your code won't be exactly like that, but if you search for that first line, you'll find it.

EDIT: Oh; what Brogan said too. lol
 
That's Style Properties: Building Blocks -> Sub-Heading

There is/was a slight issue with the padding settings using Style Properties but I think this was fixed for Beta 5, if not it will be in the next release.
 
btw. Could you please write me where i can find the Footer parts?
the darker blue one, where "Default Style - Contact Us - Home and Top" is in
and one after where "Forum software by XenForo™ ©2010 XenForo Ltd." is in?
 
Top Bottom