Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • norito Friend
    #172830

    I can change body font-size 10px to 12px but that change affects everything. I would like change only body font-size.
    Could you direct me where I should look into?

    khoand Friend
    #433954

    Hi,
    You replace this code from /templates/ja_elastica/css/template.css

    body#bd {
    background: #F0F0F0;
    color: #666;
    font-size: 10px;
    }

    with

    body#bd {
    background: #F0F0F0;
    color: #666;
    font-size: 12px;
    }

    norito Friend
    #433956

    Thank you for your suggestion, but it does change every fonts. What I need is only body font-size change.

    <em>@khoand 294865 wrote:</em><blockquote>Hi,
    You replace this code from /templates/ja_elastica/css/template.css

    body#bd {
    background: #F0F0F0;
    color: #666;
    font-size: 10px;
    }

    with

    body#bd {
    background: #F0F0F0;
    color: #666;
    font-size: 12px;
    }

    </blockquote>

    khoand Friend
    #433957

    Could you give me a snapshot with your annotation?

    norito Friend
    #433960

    I would like to reduse the font size of module title as well.


    1. font-size
    khoand Friend
    #433961

    Sorry…Could you give me a link to your page?

    norito Friend
    #433962

    It is a localhost site using XAMPP, but I will set up demo site in rental server. when I am ready, I will let you know.

    norito Friend
    #433963

    Please use this demo site, Joomla 2.5 Beta 2 which is working fine with the template.
    http://j25beta.goyat.org/

    I sent you a private message.

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #433966

    body#bd #ja-wrapper{
    font-size : 12px;
    }

    norito Friend
    #433968

    It did increase the font size in body as well as navi-menu and everything.


    1. font-size
    norito Friend
    #433971

    I think this template is beta version. I do not have enough time to debug the template. Gave up! Thanks for your hellp, anyway. When the right template is released, I will try again.

    John Wesley Brett Moderator
    #437336

    Actually it depends on the display setting of your template:
    Providing us a URL of your site would quickly determine exactly where you need to modify, but in the interim, here are a few educated guesses.

    If using the Wide Layout (demo default)
    /templates/ja_elastica/css/layout-wide.css – line 22
    [FONT=arial]Change the property in red below.

    [/FONT]
    body.fs3 #ja-wrapper {
    font-size: 1.3em !important;

    }

    If using other layouts
    /templates/ja_elastica/css/template.css – line 37

    body.fs3 #ja-wrapper {
    font-size: 1.1em;

    }

    Have fun!

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

This topic contains 12 replies, has 4 voices, and was last updated by  John Wesley Brett 12 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum