Removing home header strip from homepage & duplicate blog entries
- how do I remove the "Home" header/strip area from my homepage - I just want it to have the welcome headline there. [Links visible only for registered users]
- I have created 3 blog entries/posts to date - but they keep repeating/replicating themselves on the News page? [Links visible only for registered users]
Many thanks!
Comments
1. To remove subheader from home page only, please use below css:
.home #Subheader { display: none !important; }2. What item you used on this page exactly for blog items? Because some items can not be used twice on the same page and that could be the reason why items are duplicate.