I just require the correct file to edit and of course a clue what edit changes to make... as you can see below my tribute.css file only contains one hex value and changing it did nothing to the extension...
Paul wrote:You will need to change to css.
Please note that I only support Prosilver, and you will need to ask for help where you got the style.
can you please help me then? because I can only find 1 hex colour in my tribute.css file and changing it does nothing at all on my board...Fezroux wrote:Thanks for the quick reply, and for pointing me in the right direction.
The fix was a simple matter of changing the two hex color values in the tribute.css file.
has you can see I changed it to #ff8038 orange and got nothing?
where am I going wrong..? I am desperate to change the default red colour also..
Code: Select all
.tribute-container {
position: absolute;
top: 0;
left: 0;
height: auto;
max-height: 300px;
max-width: 500px;
overflow: auto;
display: block;
z-index: 999999; }
.tribute-container ul {
margin: 0;
margin-top: 2px;
padding: 0;
list-style: none;
background: #ff8038; }
.tribute-container li {
padding: 5px 5px;
cursor: pointer; }
.tribute-container li.highlight {
background: #ddd; }
.tribute-container li span {
font-weight: bold; }
.tribute-container li.no-match {
cursor: default; }
.tribute-container .menu-highlighted {
font-weight: bold; }