Dear Odd Harald Sorensen,
*
How can I set the default homepage to not show anything, since Im only using modules on front page?
=> go to Aministrator => Extensions => Template Manager => sj_ephoto - Default => Global Settings Tab =>
Hide Main Content Block as Yes
*
I also want to remove the design for the top module (i think its user1, im not sure) when its not in use.
+ go to "templates/sj_ephoto/css/template.css", finding:
#yt_spotlight1 {
margin-bottom: 15px;
position: relative;
z-index: 1;
}
=>
#yt_spotlight1 {
margin-bottom: 15px;
position: relative;
z-index: 1;
display: none
}
------------------------
=>
#content {
margin-top: 10px;
}
Thanks