we'd like to change the color used for content from the light black/gray to 100% black, but don't see where it's possible to do this. Can you shed some light on this Noob issue?
thanks
we'd like to change the color used for content from the light black/gray to 100% black, but don't see where it's possible to do this. Can you shed some light on this Noob issue?
thanks
Comments
Comment #1
naheemsays commentedUntested, but you can try this:
Create a new file in the theme folder and call it "local.css"
in there put the following code:
Comment #2
jaseem commentedThe theme can be edited in anyway by just editing the style.css file along with it.Even if you dont know CSS , you will understand it when you go through the file because the language is really simple. for eg , find something like this ,
edit it to
to make all headings completely black. find the element block which you want to change , then just replace the color code. your problem must get solved with this.
Comment #3
christoph_webber commentedI appreciate the feedback. sorry for the delay in getting back to you....understaffed and overworked :-)
Comment #4
avpadernoI am closing this issue, as Drupal 6 is no longer supported.