Thanks.
Editing @contentBackground worked.
Editing @primaryLightest did not work, does anything override this?
No, I do not believe so.
These are the settings: Uploads.
add this to the extra.css template and change the color to suit
Code:.discussionListItem { background-color: #E7E7E7; }
No need for custom CSS. This can be accomplished with style properties.
That is an opinion. I see no need to use the style properties, it can be accomplished quicker with css (opinions work 2 ways). And technically editing a style property IS customizing css...there is no difference.
Yes, Amaury fixed it. Thanks! There was actually a color inside that box in Secondary Content - Background. I've changed it to my likings, and it worked!
Now. The white in this picture is still there, where to edit this?
And for the Search box, where to change that from black to white?
I have tried in EXTRA.css:
#QuickSearch .textCtrl:focus
{
background-color: #ffffff !important;
}
Custom CSS can potentially break styles, either because you update to a newer version of the forum software or because you made a mistake. There is no way that can happen with style properties.
Please do not high jack the thread. Thanks for your input, but I found the other solution better at choice.Changing a color on .discussionListItem is not going to break anything... what are you trying to imply?
Changed, without success.
LOL this is not highjacking a thread.Please do not high jack the thread. Thanks for your input, but I found the other solution better at choice.
.breadcrumb
{
font-size: 11px;
background-color: rgb(221, 221, 221);
background-repeat: repeat-x;
background-position: top;
overflow: hidden;
zoom: 1;
max-width: 100%;
height: 30px;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.