background colour

Permalink
This is driving my nuts!

I have an area where the navi bar is which is appearing white. The images the build up this area are .png with no white colour, so I am assuming it is something to do with the background colour setting. I have gone through my CSS but can not work it out. I wan the area to have no colour so that the background image shows.

Hope someone call help. CSS attached

1 Attachment

 
siton replied on at Permalink Reply
siton
You also need to add the HTML markup and add screenShot (inspect element in chrome and add this screenshot).

Its impossible to know like this what the problem (add URL for the best answer)

Also read this for future Q (Your Q its really really general):
Tips for getting forum questions answered by MrKDilkington:
http://documentation.concrete5.org/tutorials/tips-getting-forum-que...
wtkagb replied on at Permalink Reply
Apologies, is will read through the link when I get home.

the url ishttp://www.bestofbritishma.co.uk
siton replied on at Permalink Reply
siton
Add screenshot + arrow or something i dont see any problem (big background pic and white form)

If you want to get rid from the white background the text will be with bad contrast.
The CSS is:
background-color: white;

You use this property a lot of times so you need to edit/delete this property in all of the selectors (learn about CSS selectors in google and cassading).

#page
header
#page-bgtop
and so on.

Also this pics:
http://bestofbritishma.co.uk/themes/featuring/images/img01.png...
http://bestofbritishma.co.uk/themes/featuring/images/img02.png...
Not full transparent PNG (open in photoshop and see)
wtkagb replied on at Permalink Reply 3 Attachments
The 2 png are transparent in the areas I require (see attached).

I have also added a screen shot and highlighted the areas in yellow
siton replied on at Permalink Reply
siton
Sorry i dont understand the problem. You dont need png for this in CSS3 - maybe this is the solution.