test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • miguelÁ Friend
    #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 Friend
    #255401

    Hi 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%;
    }

    miguelÁ Friend
    #255513

    Thanks, 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 Friend
    #255694

    Hi miguelÁ !
    Please send url of your site and explain detail where you want change font size , i will help you.

    mj1256 Friend
    #255865

    use 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

    miguelÁ Friend
    #256185

    Thanks, 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 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

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