Hi all, I would like to add a custom logo to replace the Galiana heading in the Galiana template. The logo is found on this facebook page here.
www.facebook.com/ilgambero.marsalforn
I would like to replace the cream background colour of the header area too.
Hi,
Thank for choosing our product!
You want to change the logo:
- Template(backend)-> Theme->Logo Image.
You want to change the banner:
- Login backend->Module "Carousel slideshow"-> select Folder Image Path
Background color of the header: you find to custom.css (root/template/jux_galiana/css/custom.css). If no custom.css file, you create custom.css file and add the following line:
.t3-header{
background-color: blue; ==>> edit color, you wish
}
another problem cropped up. Although I am changing the logo to an image from the template backend, the wording Galiana. still remains in place. can you please help . thanks
Hi,
You want to change the Logo image, you find to header.php(root/template/jux_galiana/tpls/block/header.php)
and you will be found:
$logoimage = $logotype == 'image' ? $this->params->get('logoimage', 'templates/' . T3_TEMPLATE . '/images/logo.png') : '';
You can edit "logo.png" with your logo.(Your logo must be uploaded to media).