function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
outsauce1.3890939920067253E12outsauce1.3890939920067253E12 

How to add a logo image on top of HTML body background

Hi All

I am currently designing a custom home page for salesforce community. 

I have set a background image in body css.

Then I add a header image which should sit on top of that html background image. However when I do, it creates a white background for the image.

How can i just add the logo so that it looks a part of that background image?

Regards
Sameer Sheikh
Maros SitkoMaros Sitko
Your logo should be without backgroud - use GIF or PNG version of logo with transparent background
outsauce1.3890939920067253E12outsauce1.3890939920067253E12
Hi Maros

I did that. I used a png with transparent background. But the white image box still appears

Please see image below:

User-added image

Any help will be much appreciated.

Regards
Sameer Shiekh
outsauce1.3890939920067253E12outsauce1.3890939920067253E12
Just forgot to mention that this logo is being populated from css file. The Div loads this image in the html 

Regards
Sameer Sheikh
Maros SitkoMaros Sitko
Do I understand right that you want whole width of header with blue color? Can you past here your CSS for image and wrapper div , and HTML for this part?