Remove featured article space from home

  • balcsida
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 6 months ago #19268 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?

Please Log in to join the conversation.

More
12 years 6 months ago #19283 by ivan.milic
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"

Please Log in to join the conversation.

  • balcsida
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 6 months ago #19300 by balcsida
Not working :unsure:

Please Log in to join the conversation.

More
12 years 6 months ago #19320 by ivan.milic
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>

Please Log in to join the conversation.

  • balcsida
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 6 months ago #19327 by balcsida
Still not working

Please Log in to join the conversation.

More
12 years 6 months ago #19341 by ivan.milic
? I see it works????????

Please Log in to join the conversation.

Time to create page: 0.175 seconds
Powered by Kunena Forum