Shape 5

Joomla Templates => Eventfull - Club => : axxa4cbb4c May 26, 2015, 06:14:59 PM



: Headerbackground Image
: axxa4cbb4c May 26, 2015, 06:14:59 PM
Hello,

In which folder and file is the following code:

}
#s5_headerbackground {
    background-image: url("http://localhost:8888/bike/images/iacf1.jpg

I would like to know how I can change the image - and image properties

Thanks in advance


: Re: Headerbackground Image
: mikenicoll May 27, 2015, 08:16:59 AM
Hello,

Please post a URL and I can tell you where it is located on your server. You may also want to try using Firebug and hovering over the element with your mouse. This will tell you where it is in relation to your server structure.

Regards,


: Re: Headerbackground Image
: axxa4cbb4c May 27, 2015, 09:33:46 AM
Hi,

You misunderstood:

I know how to use firebug. I know where the image is.

I need to know where the code is - folder and file - where I can recode:

1. to use another image.
2. to change properties - height ?


: Re: Headerbackground Image
: mikenicoll May 27, 2015, 10:15:11 PM
Hello,

This area is programmed directly in the Template Manager under the Theme Specific tab. There is a call in the index.php for this here:

:
#s5_headerbackground {background-image: url("<?php echo $LiveSiteUrl ?>images/<?php echo $s5_headerback?>");}