to hide the header from default blog page you will have to use css in additional style section of theme option
I’m new to wordpress. I’m not technical.
I can’t see how the i-trans slider works. I insert media into the “add new” then preview and all I see is one of the images. What exactly is i-trans slider as seen in Wp-Admin? Am I missing something or should I be looking at installing a slider pluggin.
@prcrooks
http://www.templatesnext.org/icreate/?page_id=667 here you will find the instructions.
for “i-transform”, there is small bug in using responsive slider, for that you will have to add the following code in “theme options” > “layout options” > “additional style”
.other-slider-innerwrap {
width: 100%;
}
this issue is fixed in latest version which should be live in 2-3 days.
@arstevens try the following lines of code, i did not try them, it might work
.blog .ibanner {
display: none;
}