-
AuthorPosts
-
luxos Friend
luxos
- Join date:
- March 2013
- Posts:
- 49
- Downloads:
- 8
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
August 6, 2013 at 12:35 pm #189519Dear 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
I cant find button for saving, how i have to this. ??
Its really complex to understand 🙁
Thanks
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
August 7, 2013 at 3:54 am #501468Hi 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 Friendluxos
- Join date:
- March 2013
- Posts:
- 49
- Downloads:
- 8
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
August 7, 2013 at 8:12 am #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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
August 7, 2013 at 8:55 am #501500Hi 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 Friendluxos
- Join date:
- March 2013
- Posts:
- 49
- Downloads:
- 8
- Uploads:
- 3
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
August 7, 2013 at 12:28 pm #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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
August 8, 2013 at 9:02 am #501608Hi 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
-
AuthorPosts
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