Active
Project:
Danland
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2011 at 13:26 UTC
Updated:
1 Dec 2020 at 05:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jburnard commentedThe only way that I've found to do this is to change the color of the background images. You have to change the background images to what you want, then replace the default images them with (don't change the name of the files.)
Hope that helps.
Comment #2
M. J. Cooper commentedThe problem is that the tables are transparent in the content by default. So, if you change the color of the background it will show up in the content area as well.
I have figured out how to do this, however.
You need to change the code in page.tpl.php on line 121 from
<div id="content">to<div id="content" style="background-color:#FFFFFF;">This will made your content block white instead of transparent.Then you can add
to your local.css file (if you don't know about local.css, check the theme documentation.)
Comment #3
toiletfinder.com commentedHi M. J. Cooper, this worked for me. Thank you. I'm a huge fan of the Danland theme.
Comment #4
Leeteq commentedFYI - see also the following modules:
https://www.drupal.org/project/dynamic_background
and
https://www.drupal.org/project/bg_image
Comment #5
Leeteq commentedComment #6
hitvika_verma commentedComment #7
m-k commentedHi,
I am working on a company's page and would like to change the background color of a specific page without affecting the official company's template pages. How do I do that?
Thank you.