Changing background colour

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Thu Mar 11, 2010 3:47 pm
I've done a lot of searching today in your forums and in the css files associated with Memovie, but I can't find where to change the site's basic background (i.e. the #dddddd that shows up if you disable the large background images).

My Firefox addon tells me it's an attribute called body#bd, but it's not the body#bd found in the template.css.

Thank you for your help in advance.
User avatar
Junior Boarder

GK User
Thu Mar 11, 2010 9:17 pm
Look for templates/gk_memovie/layouts/blocks/head.php Line 57:

body#bd{
background:#ddd url('<?php echo $this->templateurl(); ?>/images/backgrounds/<?php echo $this->_tpl->params->get("bg_image"); ?>') no-repeat<?php echo ($this->_tpl->params->get('fixed_bg') == 1) ? ' fixed' : ''; ?> center 0!important;

There you have the background colour.
User avatar
Senior Boarder

GK User
Fri Mar 12, 2010 9:56 am
Perfect - thank you so much for your help :-)
User avatar
Junior Boarder


cron