Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • luxos Friend
    #189519

    Dear Team

    I want you use Google fonts Api in my Template, A font with Global change through out site, How i can do this,

    In Theme Magic I want to save my changes

    http://prntscr.com/1jpa5g

    I cant find button for saving, how i have to this. ??

    Its really complex to understand 🙁

    Thanks

    phong nam Friend
    #501468

    Hi luxos,

    ThemeMagic is a feature of our T3v3 framework which allows the users to preview the website with the available configurations of Grid, Navigation, Module, Typo, Scaftfolding only, and the applied changes in ThemeMagic’s options will not be effective on the front-end yet.

    On your requirement, you can backup your files & refer the below tip at http://www.joomlart.com/forums/topic/how-to-add-new-font-into-t3-templates-brisk-mero-onepage/

    luxos Friend
    #501499

    <em>@Leo Burnetts 383861 wrote:</em><blockquote>Hi luxos,

    ThemeMagic is a feature of our T3v3 framework which allows the users to preview the website with the available configurations of Grid, Navigation, Module, Typo, Scaftfolding only, and the applied changes in ThemeMagic’s options will not be effective on the front-end yet.

    On your requirement, you can backup your files & refer the below tip at http://www.joomlart.com/forums/topic/how-to-add-new-font-into-t3-templates-brisk-mero-onepage/</blockquote>

    Hi

    Thanks for your response,
    If i cant change my desire changes in backend, then where i can change my to make effects such as template width, global font size,
    colors, etc ?

    Thanks

    regards

    phong nam Friend
    #501500

    Hi luxos,

    In order to change the width of template, you can put below codes into templates/ja_argo/css/custom.css file:

    @media (min-width: 1200px) {
    .container {
    width: 1196px;
    }
    }

    Change to your desired width.

    Note: We can apply these modified css styles of template width on device’s resolutions by refering below tutorial at http://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    You want to change the global font-size and text color, you can put below codes into custom.css file too:

    body {
    background-color: #fff;
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin: 50px 0 0;
    }

    Change to your font-size, text color.

    luxos Friend
    #501518

    <em>@Leo Burnetts 383906 wrote:</em><blockquote>Hi luxos,

    In order to change the width of template, you can put below codes into templates/ja_argo/css/custom.css file:

    @media (min-width: 1200px) {
    .container {
    width: 1196px;
    }
    }

    Change to your desired width.

    Note: We can apply these modified css styles of template width on device’s resolutions by refering below tutorial at http://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    You want to change the global font-size and text color, you can put below codes into custom.css file too:

    body {
    background-color: #fff
    color: #333
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin: 50px 0 0;
    }

    Change to your font-size, text color.</blockquote>

    Thanks for your reply,

    Now i know why people said its a really complex framework compare to others.

    Anyway thanks for your great help.

    Regards

    phong nam Friend
    #501608

    Hi Luxos,

    Just forget my incorrect reply above. Yes. You can. The customized settings in ThemeMagic can be effective on front-end when you do some simple steps below:

    1. Select the template width, global font-size, text color in the ThemeMagic backend.

    – Global font-size in Typo tab.

    – Text color in Scaffolding tab.

    – Template width in Grid tab

    2. Save as a new theme by clicking “Save As” under Preview button (i.e theme1)

    3. Select the new theme in JA_Argo_styles, then assign this template style to your selected menu items (i.e Home)

    You can see the changes on front-end the

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

This topic contains 6 replies, has 2 voices, and was last updated by  phong nam 11 years, 3 months ago.

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