nice template but I just want the slider and navigation on the homepage. how easy is it to remove all the content under the slider and just have the copyright. If I remove the elements under the slider will everything move and mess up the layout. Do you provide this option?
Remove all the content under the slider and just have the copyright
(6 posts)
(5 voices)
-
Posted 10 months ago #
-
Hello anonymous,
You posted this in the HTML/CSS section, is that indeed what you are using? If you do not have any HTML/CSS knowledge then I recommend grabbing the Wordpress version. It's only a few dollars more and you'll save yourself a bunch of headaches. There is also a bunch more features in the Wordpress version.
As for your question, if you remove the main content from the homepage then everything below will be moved up to take it's place. It should not affect anything.
Posted 10 months ago # -
I have this same question/issue, but I find that this answer/response is incorrect. If you just delete the content, you are still left with a large blank space. If you edit CSS and change the #main div to display: none, you lose all of your content on the rest of the pages.
I am using the wordpress version. Is there really a way to eliminate all content (besides the footer) after the slider on the homepage without also losing all of your content on your other pages?
Posted 8 months ago # -
Hello mlorenzen,
Navigate to Dashboard -> your theme -> General settings -> Custom CSS and add this line,
.is_home #content { display: none; }Posted 8 months ago # -
Hi there, for some reason I'm having a hard time locating the Custom CSS file to add this line to.
I login, click on inFocus on the left sidebar and then General Settings and I see no "Custom CSS"
I'm sure I'm missing something
Posted 8 months ago # -
Hello srdisability,
If you are using the 1.6 version of the theme, you won't be able to find the "Custom CSS" field.
In that case, you have to go to the theme folder and open the file "header.php". Just before the </head> tag, paste this code:
<style type="text/css"> .is_home #content { display: none; } </style>Posted 8 months ago #
Reply
You must log in to post.













