• Great theme. Love the top slider, top menu, and top featured boxes. But my client doesn’t want the blog footer, or the client logo slider, or the recent box comment on the bottom half. How do I remove those? This is for http://www.juberttree.com. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, Christine

    Add this code to your theme CSS:

    #footer {
        display: none;
    }
    
    .jcarousel-skin-tango {
        display: none;
    }
    
    .recent-post.clearfix {
        display: none;
    }
    Thread Starter christinelee2316

    (@christinelee2316)

    Hi, thank you! However when I click on editor, it has this warning:

    Please do not edit style.css or any other Theme files or
    Templates directly. If you do, your customizations will be lost
    as soon as you update Bizstudio Lite.
    WordPress and SketchThemes highly recommends Child Theme.
    Read More:
    http://codex.wordpress.org/Child_Themes

    So should I not do that? Thanks for your help!

    Hi, Christine

    Yes. It is highly recommended to create a child theme in order to avoid losing your changes on first update. So, add the code above to your child theme’s css.

    Hi, Christine
    wdtune is right Child_Themes is the best way to do any customization, another way is to use any custom CSS plugin to write the above code.

    I am trying to remove the next and previous arrows on the slider on http://dmfinancial.ie/ I am using Biznez_lite theme. Any help would mean a lot.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove some homepage features’ is closed to new replies.