test
Viewing 15 posts - 1 through 15 (of 32 total)
  • Author
    Posts
  • doominik Friend
    #168134

    Hi. Why if I change a font in any this position nothing happen. Even if I marked “custom CSS” and type in “font-size: 13px;” for “Main Menu” still was without any change in website.

    Global Custom CSS
    Logo Custom CSS
    Slogan Custom CSS
    Main Menu Custom CSS
    Sub Menu Custom CSS
    Module Title Custom CSS
    Page heading Custom CSS
    Content heading Custom CSS

    Do you have any tutorial how to do it?

    khoand Friend
    #410377

    Hi,
    You delete all of files of /cache and /t3-assets directory.

    doominik Friend
    #410389

    Didn’t help. Still the same. Any other idea?

    khoand Friend
    #410412

    Could you give me a snapshot with your annotation?

    TomC Moderator
    #410457

    <em>@doominik 264871 wrote:</em><blockquote>Hi. Why if I change a font in any this position nothing happen. Even if I marked “custom CSS” and type in “font-size: 13px;” for “Main Menu” still was without any change in website.

    Global Custom CSS
    Logo Custom CSS
    Slogan Custom CSS
    Main Menu Custom CSS
    Sub Menu Custom CSS
    Module Title Custom CSS
    Page heading Custom CSS
    Content heading Custom CSS

    Do you have any tutorial how to do it?</blockquote>
    Have you tried editing the actual CSS rules/classes (within the relative css file for that element) for the particular elements you are wanting to adjust?

    Which template are you working with?

    doominik Friend
    #410465

    I am working with JA Business. If anything change in font configuration nothing happen on website.
    For me the most important is Modules titles, because polish letters doesn’t look good only in this position. I marked it on the snapshot.


    1. Bez-tytu322u
    khoand Friend
    #410466

    <em>@doominik 264982 wrote:</em><blockquote>I am working with JA Business. If anything change in font configuration nothing happen on website.
    For me the most important is Modules titles, because polish letters doesn’t look good only in this position. I marked it on the snapshot. </blockquote>
    You change this code from /templates/ja_business/css/template.css in the line #837

    div.ja-moduletable h3, div.moduletable h3, div.ja-module h3, div.module h3 {
    background: url(../images/h3-bg.gif) repeat-x left top;
    border-bottom: 1px solid #BAB6B0;
    color: #3B8111;
    font-size: 140%; < change this line
    height: 38px;
    line-height: 38px;
    margin: 0 0 20px;
    padding: 0 20px;
    }

    doominik Friend
    #410474

    It’s stile without change. Polish letters are still bold.

    khoand Friend
    #410499

    You go to Template manager,choose JA Business template, then change CSS Optomize fieds to NO, so I can check how and where to customize for you.

    doominik Friend
    #410501

    Ok I did it

    khoand Friend
    #410504

    You find this code from /templates/ja_business/css/template.css in the line #534

    div.ja-moduletable h3, div.moduletable h3, div.ja-module h3, div.module h3 {
    background: url(../images/h3-bg.gif) repeat-x left top;
    border-bottom: 1px solid #BAB6B0;
    color: #3B8111;
    font-size: 140%;
    height: 38px;
    line-height: 38px;
    margin: 0 0 20px;
    padding: 0 20px;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    font-weight: normal; < add this line
    }

    doominik Friend
    #410528

    Thank you so much. Now is perfect 🙂

    TomC Moderator
    #410611

    <em>@TomC 264972 wrote:</em><blockquote>Have you tried editing the actual CSS rules/classes (within the relative css file for that element) for the particular elements you are wanting to adjust?</blockquote>
    Kinda thought that’s exactly what I was suggesting above.

    Sure glad my buddy khoand was here to save the day. 😉

    doominik Friend
    #410708

    Save the world I think. 😉
    Unfortunate I found one more problem. Take a look at pagination on home page. . Between page numbers and words there isn’t space between them.
    How to fix it?


    1. Bez-tytu322u
    khoand Friend
    #410716

    Sorry…Could you give me a snapshot with your annotation?

Viewing 15 posts - 1 through 15 (of 32 total)

This topic contains 32 replies, has 3 voices, and was last updated by  TomC 13 years, 2 months ago.

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