- Posts: 11
- Thank you received: 0
Need more front page explanation
-
wdesign
Inactive member - Topic Author
- New Member
Less
More
10 years 11 months ago #36285
by wdesign
Replied by wdesign on topic I killed a hotstart site
It was all the divs for bees and balloons that are needed. I thought is was built into the template for that page. That should be noted somewhere on your web site. Can the text be any higher in the cloud?
How do I reference more than one menu ID to point to this page? I need to do it from the current web site link I'm using now, a logo on that site, the top left logo of this template and a menu link in this template.
Lance
How do I reference more than one menu ID to point to this page? I need to do it from the current web site link I'm using now, a logo on that site, the top left logo of this template and a menu link in this template.
Lance
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 #36294
by ivan.milic
Replied by ivan.milic on topic I killed a hotstart site
In layout.css:
intro_text {
background: url(../images/custom/kindergarten.png) no-repeat;
margin-top: 60px;
height: 582px;
padding: 180px 150px 10px 400px;
}
you can decrease margin-top or 180px in padding property to move text up.
You can create menu item of type Alias to point to that same menu item.
intro_text {
background: url(../images/custom/kindergarten.png) no-repeat;
margin-top: 60px;
height: 582px;
padding: 180px 150px 10px 400px;
}
you can decrease margin-top or 180px in padding property to move text up.
You can create menu item of type Alias to point to that same menu item.
Please Log in to join the conversation.
-
wdesign
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
10 years 11 months ago - 10 years 11 months ago #36312
by wdesign
That all works well. I think I only have one question left.
How do I change the link in the top logo that defaults to index.php ? It would need to point to the same menu item as the Alias is doing.
How do I change the link in the top logo that defaults to index.php ? It would need to point to the same menu item as the Alias is doing.
Last edit: 10 years 11 months ago by wdesign.
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 #36322
by ivan.milic
Replied by ivan.milic on topic logo link
Open:
templates\hot_kindergarten\library\logo.php
change this:
<a href="index.php">
templates\hot_kindergarten\library\logo.php
change this:
<a href="index.php">
Please Log in to join the conversation.
Time to create page: 0.076 seconds