Shape 5

Joomla Templates => Magnum Opus - December 07 - Club => : boucher December 18, 2008, 03:56:23 PM



: Customize CSS
: boucher December 18, 2008, 03:56:23 PM
Is it possible to customize the H1,H2,H3,H4, etc...

Without playing with your CSS files?


: Re: Customize CSS
: mikek December 18, 2008, 08:28:17 PM
Hello, there are many h1, h2, h3, etc. settings within the template's css depending on where it exists in the template. Is there a particular section you wish to change? Can you post a url to where you want them changed?


: Re: Customize CSS
: boucher December 19, 2008, 07:53:59 AM
I like this color scheme:
http://ombudsmanforyou.com/services

I know how to modify the Css, ...see I've put the bullet list back, with some breading room
But,
I would like to have my own customized CSS set
like Chris have done for his Thesis Theme for Wordpress
http://diythemes.com/thesis/

When he is updating the Theme your customized templates are not affected

Basically I need:
the H1,H2,H3,etc. in #42637D Insted of the Goldish
Also I would like to have more breading room under the H2,H3,H4,etc


: Re: Customize CSS
: mikek December 19, 2008, 08:12:28 AM
Hi, the easiest way is going to be to edit the index.php file of the template. Look for the </style> tag and right above that add:

h1, h2, h3, h4, h5 {
color: #42637D;
}


: Re: Customize CSS
: lcdservices March 11, 2012, 11:23:36 PM
I had a similar question -- what is the best way (or is there a recommended way) to customize css.
I think you guys should load a "custom.css" file last within the head tag as a standard practice, and best practice would be to handle all css customizations there.


: Re: Customize CSS
: mikek March 12, 2012, 07:45:43 AM
Hello,

Any custom css would just go to the bottom of template.css.