Catwoman Posted September 18, 2011 Report Share Posted September 18, 2011 Hey, I've recently ran into a problem on my site involving the colour of my font in the coding tags you would perhaps see in a posted thread. I want the text to be black, not pale blue. I'm not sure how to fix it so I thought I'd give this a try incase anybody might know what the answer may be. Below are a few screen shots of what's been puzzling me.These are the controls available to me.I thought changing the Button/Code/Quote colour would help but nothing changed... Link to comment Share on other sites More sharing options...
† poetictragedy Posted September 18, 2011 Report Share Posted September 18, 2011 Did you try changing the text color? I'm just kind of taking a stab at it, so I'm not sure if that'll even work. :/ Link to comment Share on other sites More sharing options...
Catwoman Posted September 18, 2011 Author Report Share Posted September 18, 2011 I think it might be .codebox dd code {color: black;}Am gunna go and give it a try. Hopefully it will work... ;-; Link to comment Share on other sites More sharing options...
Digatu Posted September 18, 2011 Report Share Posted September 18, 2011 Your 2nd spoiler Image shows text color value to be #CCE1ED doesnt just changing that value in the settings to another color hex value alter its color after saving it?If not, Install Firebug for firefox and you will track it down easily. You make temporary css changes by selecting the element(Div) with the arrow then in the right pane alter the css values on the fly. Once found alter your css class in the .css it reside in. Link to comment Share on other sites More sharing options...
Koby Posted September 18, 2011 Report Share Posted September 18, 2011 It'd help if you posted a link to a page on your forum with the code box used so we could easily check and see what css tag is used for your code box and then correct it.I think it might be .codebox dd code {color: black;}Am gunna go and give it a try. Hopefully it will work... ;-;If that is the right one, then it'd be best to use the hex code..codebox dd code { color: #000000; } Link to comment Share on other sites More sharing options...
Catwoman Posted September 19, 2011 Author Report Share Posted September 19, 2011 Thank you so much, everyone! I've managed to fix it and I couldn't have done it without you. ; u ; If a member of staff sees this, please feel free to lock this. Link to comment Share on other sites More sharing options...
Recommended Posts