Please, help me resolve few questions:
1. Is it possible to make same footer on pages with wide and boxed layouts?
2. Space between header on blog page little bit larger than space between header and other pages. How to fix it?
3. There is no option “archive location” in before content section in settings of blog page. How to make the title before content visible?
4. How can I change color of copyright area?
Thank you!
Issue about space between header and content is settled well through making grid layout in blog page…
1. I’m afraid I don’t understand.
2. That doesn’t happen in the demo on either standard or grid blog.
3. I have double checked and the option is there.
4. You can change the text color and link color under Theme Options → Typography in the “Footer” section. You can change the background color by adding this custom CSS under Theme Options → Typography → Custom CSS:
.site-footer {
background-color: #efefef;
}
Replace #efefef
with your desired hex color.
Daniel, big thanks for your assistance!
You should see the blog page to realise what I exactly mean.
May I give you an admin rights when I finish customization to check blog page?
Thank you again!