Now, updated for Tiki 8!
Now accepting new user registrations! Become a contributor.
Which CSS Style to Edit
If you review the HTML source of a Tiki site, you'll see that it uses hundreds of CSS styles for everything from the title of a blog post to a wiki page description to a module title. Additionally, the average Tiki site may use styles from multiple CSS files.When customizing your Tiki theme, how can you determine which styles to change? By using a web browser utility such as Firebug
![]() | Tip: You can use the Tiki CSS Assistant to modify CSS styles using a simple point-and-click environment. |
For example, assume that you wanted to customize the size, color and font of the default Tiki h2 heading:
- Using Firebug for FireFox (or the Developer Tools for Internet Explorer), select the element on the page that you want to customize. In this example, we'll select the heading text Congratulations.
- When you select the item in your browser, the Firebug console displays the HTML element information for the selected item, including its styles. Notice that the Congratulations text is defined by the h2 element.
Notice, too, that the element gets some attributes from the fivealive.css stylesheet and others from the lite.css stylesheet. - Using one of the methods described previously, create a new definition for the h2 element:
Customizing the H2 element
h2 { font-size:3.0em; color:#ffff00; font-family: serif; } - Reload the HomePage of your Tiki. The headings are now larger, yellow, and in a serif font.
![]() | Note: You may need to clear the Tiki cache and your browser's cache in order to see the new style. |
Contributors to this page: Rick Sapir
.
Page last modified on Monday, April 25, 2011 12:36:21pm EDT by Rick Sapir.
The content on this page is licensed under the terms of the Copyright Information.
Sidebar
What do you think?
What do you think of this project?
"..very good as a starter..."
Is Essentials helpful?



