Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • marvelous development Friend
    #187805

    Hi,

    Is anyone know how to change font-family and font-size for JA Side News? A.S.A.P.

    Thanks in advanced!

    TomC Moderator
    #494212

    <em>@marvelous development 374597 wrote:</em><blockquote>Hi,

    Is anyone know how to change font-family and font-size for JA Side News? A.S.A.P.

    Thanks in advanced!</blockquote>

    Can you provide the url of the site you’re working on?

    marvelous development Friend
    #494269
    TomC Moderator
    #494331

    <em>@marvelous development 374678 wrote:</em><blockquote>Hi,

    http://www.marvelous.my</blockquote>

    Is your JA Side News module activated on your current site?

    marvelous development Friend
    #494335

    yup. it were in position 1,2,3..

    TomC Moderator
    #494336

    Need you to put your site in “Development Mode” – within your Template Manager.
    Let me know when you’ve done this

    marvelous development Friend
    #494350

    Hi TomC,

    I already put my site in development mode =)

    TomC Moderator
    #494366

    Try this . . . .

    Within file path –> /t3-assets/dev/abstract/templates.ja_mero.less.core.less.css

    at line 1, you will see the following:


    body {
    background-color: #29304c
    color: rgb(60, 194, 162);
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    }

    Modify the “font-family” property . . . save — clear cache — refresh

    See if this works as you want.

    marvelous development Friend
    #494427

    Hi,

    Thanks for the solution. But, wont it change all the font in the body for whole website? I just want to change it in JA Side news only..

    Ninja Lead Moderator
    #494544

    This will help you change font-family and font-size

    Open templates/ja_mero/css/custom.css file

    Add new script


    .ja-sidenews .ja-sidenews-desc {
    font-size: 120px;
    font-family: 'open_sans_lightregular', sans-serif;
    }

    .ja-sidenews .ja-sidenews-desc h3 {
    font-size: 120px;
    font-family: 'open_sans_lightregular', sans-serif;
    }

    marvelous development Friend
    #494595

    Hi Ninja,

    So happy! The exact answer that I’m looking for. Thanks!

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

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

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