Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • guap Friend
    #189444

    The title heading suddenly changed into a large font. How can I fix this? Thank you.

    link


    1. text-large
    TomC Moderator
    #501112

    If clearing both the browser and JAT3 cache doesn’t resolve the issue, then . . . .

    . . . so that I can try to best assist you, please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to “No” within your Template Manager–General settings

    guap Friend
    #501124

    I set the optimize css to NO and sent you the info. Thank you.

    URL – Here is the link

    TomC Moderator
    #501331

    Within file path –> /templates/ja_fubix/css/themes/blue/template.css

    at line 1691, you will see the following:


    ul.category-module li a {
    color: #222222
    }

    Add a “font-size” property to this CSS rule – for example:


    ul.category-module li a {
    color: #222222
    font-size: 11px;
    }

    The above example is just for example purposes … you can use whatever pixel size value you want until you arrive at the resutl you’re most happy with.

    Hope That Helps

    guap Friend
    #501340

    Thanks, the font size is fixed. I notice the line height, I’m trying to adjust the spaces but seemed not working.

    Saguaros Moderator
    #501364

    Hi guap,

    It seems that you customized line-height for <h1> heading tag in custom.css file:


    h1 {
    font-size: 28.5px;
    line-heigh: 28px;
    }

    You can add this additional rule:


    .category-module h1 {
    line-height: 15px; <<< change to your desired value;
    }

    Hope it helps.

    guap Friend
    #501413

    Yes … it helped. Thank you very much. 🙂

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

This topic contains 7 replies, has 3 voices, and was last updated by  guap 11 years, 3 months ago.

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