- Posts: 1
- Thank you received: 0
How do I change the logo?
-
ceeskoole
Inactive member -
Topic Author
- New Member
-
Less
More
10 years 11 months ago #38580
by ceeskoole
How do I change the logo? was created by ceeskoole
In orde to change the 'hotacademy' logo with my own company logo, I tried to add an image in the template manager but I was denied access.
Is there another way?
Best,
Cees
Is there another way?
Best,
Cees
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #38584
by ivan.milic
Replied by ivan.milic on topic How do I change the logo?
If you have access to hosting control panel you could just change permissions (CHMOD) to enable writing. Or if you have FTP access maybe your ftp user account is allowed to do so so you can manually copy logo image to template's /images directory
Please Log in to join the conversation.
-
Dayton386
Inactive member -
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
10 years 9 months ago - 10 years 9 months ago #39813
by Dayton386
Replied by Dayton386 on topic How do I change the logo?
hi
How do i remove the "joomla template by hot themes" in the footer area of the main page
How do i remove the "joomla template by hot themes" in the footer area of the main page
Last edit: 10 years 9 months ago by ivan.milic.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #39818
by ivan.milic
Replied by ivan.milic on topic How do I change the logo?
In template folder find and edit: /library/c.php
Please Log in to join the conversation.
-
windowslasvegas369
Inactive member -
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
10 years 9 months ago - 10 years 9 months ago #40043
by windowslasvegas369
Replied by windowslasvegas369 on topic How do I change the logo?
Hi, sorry for disturb.
I need to change default Academy main menu to Fixed Main menu, so scrolling down main menu have to follow the page, how can i do this?
I need to change default Academy main menu to Fixed Main menu, so scrolling down main menu have to follow the page, how can i do this?
Last edit: 10 years 9 months ago by ivan.milic.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #40049
by ivan.milic
Replied by ivan.milic on topic How do I change the logo?
Change:
.sparky_home .toprow {
position: absolute;
}
form template_css.css
to:
.sparky_home .toprow {
position: fixed;
top:0;
}
.sparky_home .toprow {
position: absolute;
}
form template_css.css
to:
.sparky_home .toprow {
position: fixed;
top:0;
}
Please Log in to join the conversation.
Time to create page: 0.175 seconds