Frequently Asked Questions
- Details
- Category: Single entries
- Created on Thursday, 14 July 2011 19:24
- Written by LernVid.com
- Hits: 16824
Q: How to make one ALLROUNDER per menu-link?
This is the rock! Since Joomla 1.6 came out with a very cool feature you can make copys of the template.
On this page you will learn how to do this: One ALLROUNDER per menu-link
Q: How can i use my own LOGO in the header of the template?
Including your own LOGO is very easy here. Simply use the module position called headermodule1 and create a new module with costum html. Enter everything you want in the module and publish it on the position headermodule1. The module costum html is like a normal article and you can use the editor to write, style, include image or flash, and so on...
Alle other included template logos can be diabled in the template parameters.
Q: How can i use my own background image on my page body?
Entering a background-image always needs a bit of CSS code on the right place.
In this case you need to modify the body tag in the file css/template.css
Find this code:
body { font-family: Arial, Helvetica, Sans-Serif; font-size:0.9em; margin:0; padding:0; line-height:1.3em; background-image:url('../images/background.png'); }
Modify it in example like this:
body { font-family: Arial, Helvetica, Sans-Serif; font-size:0.9em; margin:0; padding:0; line-height:1.3em; background-image:url('../images/my-new-background-jpg'); background-position: center top; background-repeat: repeat; }To get more infos on what the CSS command background does, visit a css reference.
















