- Posts: 35
- Thank you received: 0
Remove Bottom menu
-
nbgatsi
Inactive member -
Topic Author
- Member
-
Less
More
6 years 3 weeks ago #47444
by nbgatsi
Remove Bottom menu was created by nbgatsi
Good night,
I run the template in hotstart. I don't need keep the bottom menu. When I deleted the bottom menu erased the copyright on footer. I created a new module copyright to display on footer but doesn't show. How can I fix that?
Best regards
I run the template in hotstart. I don't need keep the bottom menu. When I deleted the bottom menu erased the copyright on footer. I created a new module copyright to display on footer but doesn't show. How can I fix that?
Best regards
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6784
- Thank you received: 720
6 years 3 weeks ago #47445
by milos
Replied by milos on topic Remove Bottom menu
Hello,
Please provide the link of your site.
Thanks,
Milos
Please provide the link of your site.
Thanks,
Milos
Please Log in to join the conversation.
-
nbgatsi
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 35
- Thank you received: 0
6 years 3 weeks ago #47446
by nbgatsi
Replied by nbgatsi on topic Remove Bottom menu
At moment I'm working on local server. After upload the website site online, I will provide the link.
Please Log in to join the conversation.
-
nbgatsi
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 35
- Thank you received: 0
6 years 2 weeks ago #47451
by nbgatsi
Replied by nbgatsi on topic Remove Bottom menu
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6784
- Thank you received: 720
6 years 2 weeks ago #47453
by milos
Replied by milos on topic Remove Bottom menu
Hello,
Edit file template_css.css and change this:
to this:
Best regards,
Milos
Edit file template_css.css and change this:
Code:
.sparky_full.bottomrow {
background: #111;
position: fixed;
width: 100%;
z-index: -1;
padding: 60px 0;
}
to this:
Code:
.sparky_full.bottomrow {
background: #111;
position: fixed;
width: 100%;
z-index: -1;
padding: 60px 0;
display: none;
}
Best regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.194 seconds