I will discuss about basic Minima template and once you are comfortable about basics of template, you can apply this learning to understand other templates also.
Hierarchy goes like this
- Navbar
- body
- Header
- Outer wrapper
- Main wrapper
- Sidebar
- Footer
You can't remove (or add costomized) text to Navbar.
For me, it doesn't look professional. Hence, I usually prefer it to hide/remove.
Link:- How to hide/remove Navbar.
If you have defined any style at body level, all children will follow it unless the same style is overridden at child level. Assume if you define background colour (say yellow) at body level, whole body will appear in yellow unless you separately define background colour at header/outer wrapper/footer.
Here you can
- increase/decrease width of body
- change default 2 column template to 3 or 4 (or any number) column template
- change text decoration for whole body
- change link css
- Keep width of header, outer wrapper and footer same.
- If body colour is not white, keep different colour for header/outer wrapper/footer.
- don't go for more than 4 column in the template
For Further Reading,
0 comments:
Post a Comment