Logo issue in coffe piccolo Joomla 2.5
- GK User
- Tue Feb 19, 2013 5:05 pm
Hi
I have a problem with the template in the subject. I would like to change PenguinMail logo with my company logo, but I don't know how to do it. I tried to create a module with custom HTML in "logo position" but nothing has changed. So I deleted the module and now, if I try to create a new one, "logo position" is not displayed in the list of position of the template.
How can I solve this problem?
Thanks
I have a problem with the template in the subject. I would like to change PenguinMail logo with my company logo, but I don't know how to do it. I tried to create a module with custom HTML in "logo position" but nothing has changed. So I deleted the module and now, if I try to create a new one, "logo position" is not displayed in the list of position of the template.
How can I solve this problem?
Thanks
-
- Fresh Boarder
- GK User
- Tue Feb 19, 2013 6:40 pm
Hi, if you are using QuickStart and style1 - upload your logo here
templates/gk_coffe/images/style1/logo.png
Default dimensions of this file: 192px × 96px
Go to this file: template.css - line 191 - if you want to change dimensions of logo look here:
templates/gk_coffe/images/style1/logo.png
Default dimensions of this file: 192px × 96px
Go to this file: template.css - line 191 - if you want to change dimensions of logo look here:
- Code: Select all
h1#gkLogo a.cssLogo {
background: url("../images/style1/logo.png") no-repeat scroll 0 0 transparent;
display: block;
height: 96px;
left: 0;
margin: 0;
text-indent: -999em;
top: 0;
width: 192px;
z-index: 1001;
}
-
- Platinum Boarder
- GK User
- Tue Feb 19, 2013 6:47 pm
But
if you are using just a template go to Template Manager: Styles -> gk_coffe -> FEATURES tab : and select/upload logo for standard and mobile view. Save.
You don't have to use modules
if you are using just a template go to Template Manager: Styles -> gk_coffe -> FEATURES tab : and select/upload logo for standard and mobile view. Save.
You don't have to use modules
-
- Platinum Boarder
3 posts
• Page 1 of 1