-
AuthorPosts
-
June 22, 2008 at 10:57 am #129991
I’m using Joomla 1.5.3 Production/Stable and ja_drimia 1.5.
I’ve tried to modify font-size for h1, h2 and h3 in the template.css file, but it simply ignores all changes that affect these headers. It also ignores attempts to modify font-famiy. But changes to h4 do work! 🙁
Does anyone know if I am overlooking something or it’s just that I am the ignorant one here? 🙂Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 23, 2008 at 7:25 am #255401Hi miguela !
You can change font size of H1, H2, H3 by way below :
open template.css file in templates/ja_drimia/css folder , find following code section at about line 105 and 96 :
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
margin:1em 0pt;
padding:0pt;
}h3 {
font-size:125%;
}
add font size property to obove code section.
example :
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
font-size:20px;
margin:1em 0pt;
padding:0pt;
}h3 {
font-size:100%;
}
June 23, 2008 at 12:38 pm #255513Thanks, hainn84. I made the changes you suggested, but they get totally ignored. I’m still puzzled. Can anyone out there reproduce the same problem? Is everyone satisfied with the size and appearance of these headings and therefore not tried to make changes to them?
🙁Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
June 24, 2008 at 4:22 pm #255865use firefox and install the firebug plugin, it is a webmaster tool that will let you know where the css for the items you are trying to change is. There are several css files used in a joomla site and some over write others. firebug will let you know where and in what files to make the changes to get what you want
1 user says Thank You to mj1256 for this useful post
June 25, 2008 at 5:24 pm #256185Thanks, hainn84, for not leaving me alone in the dark, and thankyou to you mj1256, for suggesting such a powerful tool as the firebug plugin. It indeed helped me find out what was happening. Without it, I wouldn’t have become aware of the existence of ..templates/system/css/editor.css and that was precisely the file to modify. You were right that there are several css files involved and some overwrite others.
CSS Mystery solved 🙂 -
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by miguelà 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum