Jump to content

Code


Catwoman

Recommended Posts

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.

06.png

These are the controls available to me.

red20C4D.png

red20C4D-1.png

red20C4D-2.png

red20C4D-3.png

I thought changing the Button/Code/Quote colour would help but nothing changed...

Link to comment
Share on other sites

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

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...
Please Sign In