Recent Topics

1 Jul 29, 2007 00:55    

My b2evolution Version: Not Entered

Everyone has been so helpful so far, but I think this should be a pretty easy one for you guys..

www.favorista.com

We had a change of heart and wanted the title bar of the blog to now be black instead of gray. I was able to locate in the styles.css the correct spot to change the main bar to black. However, I trial and errored my way through the rest of the styles document, and the rsc folder, and could not find how to turn the top part (the gray part) black. I thought it may be an image, but it wasnt in the rsc/images --- Thanks for your help.

2 Jul 29, 2007 01:32

I can see this code:

<b style="background-color: rgb(239, 235, 208);" class="rtop">
<b style="background-color: rgb(136, 136, 136);" class="r1">
</b>
<b style="background-color: rgb(136, 136, 136);" class="r2">
</b>
<b style="background-color: rgb(136, 136, 136);" class="r3">
</b>
<b style="background-color: rgb(136, 136, 136);" class="r4">
</b>
</b>

It's an inline style, but I'm not sure where it is defined. Probably in your _main.php. If you change the first background color rgb values to match the other values I bet it would get rid of the gray.

Hope that helps....

3 Jul 29, 2007 02:11

thank you kindly


Form is loading...