- Posts: 3
- Thank you received: 0
How to hide the content on the frontpage and color
-
arreaubase
Inactive member -
Topic Author
- New Member
-
Less
More
10 years 3 months ago - 10 years 3 months ago #43478
by arreaubase
How to hide the content on the frontpage and color was created by arreaubase
Hi, i have installed Hostel templates for Joomla 3.3. He's fine. But i have somes questions :
First, how to hide the content on the frontpage ? i just want Top Menu - Advert1 Hot Full Carousel and Footer Copyright with zero separation... actually i have a blank/white 80px space above footer Copyright.
Second, How to change the color of the bar to the top (Top1 & Top2) of the menubar, actually i can just modified the body background (full page).
Thank you
First, how to hide the content on the frontpage ? i just want Top Menu - Advert1 Hot Full Carousel and Footer Copyright with zero separation... actually i have a blank/white 80px space above footer Copyright.
Second, How to change the color of the bar to the top (Top1 & Top2) of the menubar, actually i can just modified the body background (full page).
Thank you
Last edit: 10 years 3 months ago by arreaubase.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 months ago #43482
by ivan.milic
Replied by ivan.milic on topic How to hide the content on the frontpage and color
For full removal of content area put to template_css.css
.sparky_home .contentrow{
display:none;
}
menu bar bcg is defined in template_css.css:
.logorow {
background: url(../images/custom/topmenu_bg.png) 0px 40px repeat-x;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
position: absolute;
z-index: 10000;
top: 60px;
}
what is other bar you refer???
.sparky_home .contentrow{
display:none;
}
menu bar bcg is defined in template_css.css:
.logorow {
background: url(../images/custom/topmenu_bg.png) 0px 40px repeat-x;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
position: absolute;
z-index: 10000;
top: 60px;
}
what is other bar you refer???
Please Log in to join the conversation.
-
arreaubase
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
10 years 3 months ago #43485
by arreaubase
Replied by arreaubase on topic How to hide the content on the frontpage and color
Thanks ! to hide the content on the frontpage its ok !
Please, look attached files (area in yellow), i just want to change color on Top1/Top2 bar (top of the menubar).
Thanks
Please, look attached files (area in yellow), i just want to change color on Top1/Top2 bar (top of the menubar).
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 months ago #43489
by ivan.milic
Replied by ivan.milic on topic How to hide the content on the frontpage and color
Use:
.toprow , .logorow{
background:...
}
.toprow , .logorow{
background:...
}
The following user(s) said Thank You: arreaubase
Please Log in to join the conversation.
-
arreaubase
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
10 years 3 months ago #43498
by arreaubase
Replied by arreaubase on topic How to hide the content on the frontpage and color
Thank you.
Please Log in to join the conversation.
Time to create page: 0.173 seconds