Hello,
I hope you can help me. I purchased the template 2033. Everything Looks great, but where can i change the Background color of the site?
I just found out where i can change the background color of the header and the footer, bot not for the rest of the page. I want to change to whole page in a white color.
Thank you very much for your help.
Beside: i'm a beginner in creating websites :-)
Regards, Stefan Schneider
AS Templates
POSTED: 2014-02-27
Hello IRONMAN81,
The background color you can change by editing params.general.php file, the following variable (line 26):
$body_bgcolor = '000000';
Regards, AS Team.
IronMan81
POSTED: 2014-03-05
Thank you for your answer. I edited the params.general.php file. But the page ist still black colored.
Here are my settings of the params.general.php:
<?php
/*******************************************************************************************/
/* GNU/GPL License
/* Designed by 'AS Designing'
/* Web: http://www.asdesigning.com
/* Email: info@asdesigning.com
/*
/*******************************************************************************************/
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// General Body Parameters
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hello IRONMAN81,
Can you please provide us with an access to your Joomla admin panel for checking this issue? The info please put in the Special Info area under you Purchased items section of your AS account.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I hope you can help me. I purchased the template 2033. Everything Looks great, but where can i change the Background color of the site?
I just found out where i can change the background color of the header and the footer, bot not for the rest of the page. I want to change to whole page in a white color.
Thank you very much for your help.
Beside: i'm a beginner in creating websites :-)
Regards, Stefan Schneider
The background color you can change by editing params.general.php file, the following variable (line 26):
$body_bgcolor = '000000';
Regards, AS Team.
Here are my settings of the params.general.php:
<?php
/*******************************************************************************************/
/* GNU/GPL License
/* Designed by 'AS Designing'
/* Web: http://www.asdesigning.com
/* Email: info@asdesigning.com
/*
/*******************************************************************************************/
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// General Body Parameters
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$jquery_load = '';
if($this->params->get('jQuery_load'))
{
$jquery_load = $this->params->get('jQuery_load');
}
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Body patterns and colors
$body_bgpattern_type = 'custom';
$body_bgpattern = 'forest';
$body_bgcolor = 'FFFFFF';
$body_bordercolor = '303030';
$body_borderinnercolor = '000000';
$body_formbgcolor = '1C1C1C';
if($this->params->get('body_bgpattern_type'))
{
$body_bgpattern_type = $this->params->get('body_bgpattern_type');
}
if($this->params->get('body_bgpattern'))
{
$body_bgpattern = $this->params->get('body_bgpattern');
}
if($this->params->get('body_bordercolor'))
{
$body_bordercolor = $this->params->get('body_bordercolor');
}
if($this->params->get('body_borderinnercolor'))
{
$body_borderinnercolor = $this->params->get('body_borderinnercolor');
}
if($this->params->get('body_formbgcolor'))
{
$body_formbgcolor = $this->params->get('body_formbgcolor');
}
Can you please provide us with an access to your Joomla admin panel for checking this issue? The info please put in the Special Info area under you Purchased items section of your AS account.
Regards, AS Team.