Book Image

Joomla! 3 Beginner's Guide Second Edition

By : Eric Tiggeler
Book Image

Joomla! 3 Beginner's Guide Second Edition

By: Eric Tiggeler

Overview of this book

Table of Contents (22 chapters)
Joomla! 3 Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Customizing a template – tweaking CSS styles


In this chapter, you saw how to customize templates using the built-in options. However, as not all templates contain the same set of options, sometimes you'll have to dive under the hood to change a file or a few lines of code to get the template to look just the way you want. You've experienced this in Chapter 4, Web Building Basics – Creating a Site in an Hour, when you wanted to change the tagline of the Protostar template and had to change a line of CSS code.

In the beginning of this chapter, you learned that CSS take care of your website's look and feel. If you want to change the way the site looks, you'll edit the styles in their CSS file (or CSS files, as the template designer often splits the necessary code in different style sheet files).

If you're not familiar with CSS and what it does, have a look at the basic explanation in the following section. After that, we'll see some examples of how tweaking the CSS code of a Joomla template works...