Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • guap Friend
    #187999

    How can I adjust the font size of the slideshow to lowercase?
    I changed the font size in mod_jaslideshow-fubix-top.css but its not changing.

    Thank you

    MoonSailor Friend
    #494812

    Hi guap,

    Open file “templates/ja_fubix/css/mod_jaslideshow-fubix.css”, find code :
    [PHP]
    .top-content .ja-slide-main-wrap .ja-slide-desc {
    padding: 15px 20px;
    text-align: left;
    color:#fff
    font-weight: normal;
    font-family: ‘novecento_wide_bookbold’, Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
    }
    [/PHP]

    and change it to
    [PHP]
    .top-content .ja-slide-main-wrap .ja-slide-desc {
    padding: 15px 20px;
    text-align: left;
    color:#fff
    font-weight: normal;
    font-family: ‘novecento_wide_book’, Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.1;
    margin: 0;
    text-transform: lowercase;
    }
    [/PHP]

    And open file “templates/ja_fubix/less/mod_jaslideshow-fubix.less” find code:
    [PHP]
    .ja-slide-desc {
    padding: 15px 20px;
    text-align: left;
    color: @white;
    font-weight: normal;
    font-family: @TPLFontFace;
    font-size: 32px;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
    }
    [/PHP]
    change it to
    [PHP]
    .ja-slide-desc {
    padding: 15px 20px;
    text-align: left;
    color: @white;
    font-weight: normal;
    font-family: ‘novecento_wide_book’, Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.1;
    margin: 0;
    text-transform: lowercase;
    }
    [/PHP]

    After changing, if title of slideshow still uppercase, pls try to disbale “Optimize CSS” and clear all cache

    Regards.


    1. 8708074205
    guap Friend
    #494922

    Thank you 🙂

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

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

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