- Posts: 4
- Thank you received: 0
Remove featured article space from home
-
balcsida
Inactive member - Topic Author
- New Member
Less
More
12 years 6 months ago #19268
by balcsida
Remove featured article space from home was created by balcsida
Hello!
This is our site: elfuturo.eu
We dont need the white space under the slider (for the featured post)
How can we remove it?
This is our site: elfuturo.eu
We dont need the white space under the slider (for the featured post)
How can we remove it?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19283
by ivan.milic
Replied by ivan.milic on topic Re: Remove featured article space from home
add this to bottom of template_css.css:
.nocontent {
display: none;
}
then in home page menu item for page class field in right panel settings put
" nocontent"
.nocontent {
display: none;
}
then in home page menu item for page class field in right panel settings put
" nocontent"
Please Log in to join the conversation.
-
balcsida
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
12 years 6 months ago #19300
by balcsida
Replied by balcsida on topic Re: Remove featured article space from home
Not working
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19320
by ivan.milic
Replied by ivan.milic on topic Re: Remove featured article space from home
add this at bottom of head section in index.php of template:
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('.blog-featurednocontent').parent().parent().parent().hide();
});
</script>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('.blog-featurednocontent').parent().parent().parent().hide();
});
</script>
Please Log in to join the conversation.
-
balcsida
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
12 years 6 months ago #19327
by balcsida
Replied by balcsida on topic Re: Remove featured article space from home
Still not working
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19341
by ivan.milic
Replied by ivan.milic on topic Re: Remove featured article space from home
? I see it works????????
Please Log in to join the conversation.
Time to create page: 0.095 seconds