- Posts: 2
- Thank you received: 0
Image location within CSS
-
dan4521
Inactive member - Topic Author
- New Member
Less
More
13 years 8 months ago - 13 years 8 months ago #7559
by dan4521
Image location within CSS was created by dan4521
Hi, and sorry for the very basic question (spot the person new to all of this )
I have purchased and installed the furniture store template and want to obviously change the images within it. i have installed a new image within the template for the logo which works but it is incorect as the size of the box needs to be adjusted, i understand that all i need to do is adjust the size of the area within the CSS file, but if i open all of the CSS files i can see ie template_css.css, logo.css ect i cant find any ref to the image, in fact im struggling to find any dimensions or ref to any image. off the top of my head (as im at work and not able to FTP from here) the logo is named as logo1.
Im using firebug to locate parts of the site using the 'inspect' tool but cant seem to be able to locate the CSS section (or i dont understand it ) this is how i found the location of the logo to replace with mine (done via the html info)
Any help would be much appreciated,
Many thanks,
Dan
I have purchased and installed the furniture store template and want to obviously change the images within it. i have installed a new image within the template for the logo which works but it is incorect as the size of the box needs to be adjusted, i understand that all i need to do is adjust the size of the area within the CSS file, but if i open all of the CSS files i can see ie template_css.css, logo.css ect i cant find any ref to the image, in fact im struggling to find any dimensions or ref to any image. off the top of my head (as im at work and not able to FTP from here) the logo is named as logo1.
Im using firebug to locate parts of the site using the 'inspect' tool but cant seem to be able to locate the CSS section (or i dont understand it ) this is how i found the location of the logo to replace with mine (done via the html info)
Any help would be much appreciated,
Many thanks,
Dan
Last edit: 13 years 8 months ago by dan4521.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #7563
by ivan.milic
Replied by ivan.milic on topic Re: Image location within CSS
Hi,
logo is defined in index.php of template.
templates\hot_furniturestore\index.php
(or edit HTML in Template Manager)
....
<img src="<?php echo $template_path ?>/images/logo<?php echo $templateStyle; ?>.png" width="228" height="126" alt="joomla furniture store" />
....
logo is defined in index.php of template.
templates\hot_furniturestore\index.php
(or edit HTML in Template Manager)
....
<img src="<?php echo $template_path ?>/images/logo<?php echo $templateStyle; ?>.png" width="228" height="126" alt="joomla furniture store" />
....
Please Log in to join the conversation.
-
dan4521
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 8 months ago #7564
by dan4521
Replied by dan4521 on topic Re: Image location within CSS
Many thanks Ivan, i will look at that as soon as i get home.
Thanks again for the quick response, i clearly have a lot to learn.
Dan.
Thanks again for the quick response, i clearly have a lot to learn.
Dan.
Please Log in to join the conversation.
Time to create page: 0.134 seconds