Hi, Christine
Add this code to your theme CSS:
#footer {
display: none;
}
.jcarousel-skin-tango {
display: none;
}
.recent-post.clearfix {
display: none;
}
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.ww.wp.xz.cn/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.