Category: Templates

Guides related to styling and developing Joomla templates may be found here.

Changing The Default Cassiopeia Favicon

July 17, 2024
Changing The Default Cassiopeia Favicon

How to change the default favicon in the Joomla Cassiopeia template.

Custom Bootstrap Styles/Variables in your Joomla Template

July 17, 2024
Custom Bootstrap Styles/Variables in your Joomla Template

Changing Bootstrap Sass Variables For Joomla Templates You have two essential options when it comes to adding custom style to Bootstrap. You can either modify a copy of Bootstrap’s source scss files and import them into your template, or create a separate stylesheet and overwrite individual bootstrap classes. In this guide, I’ll be focusing on […]

Joomla Template Override Locations

July 17, 2024
Joomla Template Override Locations

When working with templates, it’s useful to override the default layouts and templates. For example, I have changed many of the default layouts on this website to present article info in a more customized way (that I think looks better). Basically, we can override any layout in Joomla. The article page, the login page, the […]

Joomla 4/5 Blank Template – JoomStarter

July 27, 2024
Joomla 4/5 Blank Template – JoomStarter

Formerly j4Starter Start Making Your First Joomla Template! I have gone through the effort of creating a very basic Joomla template with extensive commentary. It includes Bootstrap 5.3, and a very basic Bootstrap grid layout with a sidebar and a few module positions.  I have received many requests to add an option to disable Bootstrap […]

Customizing The Joomla Administrator Template (Atum)

July 17, 2024
Customizing The Joomla Administrator Template (Atum)

Atum is the name of the default administrator template in Joomla 4. It has several settings you may customize to fit the needs of your brand. The logo and color schemes may be easily changed. If you’re looking for a completely different admin template, check out my new Novus Admin Template for Joomla 4/5. As a bonus, if […]

Developing a Joomla Template

August 4, 2024
Developing a Joomla Template

In this extensive guide, you will learn how to create your own custom Joomla template (Joomla 4 or 5). You must already know the basics of Joomla, HTML, and CSS. I’ll explain just about everything else. Prerequisites: You must have Joomla 4/5 set up on a test server (ideally, a local test server or your own PC). You […]

Adding Custom Options to your Joomla Template

July 27, 2024
Adding Custom Options to your Joomla Template

In this guide, you will learn how to add custom fields/options to the Joomla template you designed. This guide assumes you already know the basics of Joomla template development. PHP and XML experience is helpful, but not required. I will explain all PHP code used, at a basic level. To begin, I assume you’ve already created […]

templateDetails.xml Overview

July 17, 2024
templateDetails.xml Overview

This reference guide provides an overview of the templateDetails.xml file. The templateDetails.xml file provides information on the template’s options and properties. It is placed in the top-level directory of a template installation package. Once a template is installed, the file is located at site_root/templates/yourtemplate/templateDetails.xml Info: The information is provided in xml element/attributes. Essential Elements The templateDetails.xml file need […]

Adding Custom Joomla Module Chrome (Styles)

July 17, 2024
Adding Custom Joomla Module Chrome (Styles)

Module Chromes are ways of adding different styles to modules displayed with your template. They allow the users of your template to easily select from pre-defined module styles. For example, you could give your users the option to show the login form on a white background with a blue border, a grey background with curved borders, […]

Jump to category: