-
AuthorPosts
-
June 10, 2013 at 3:50 pm #188128
Good Morning
Dear help me with information on how to change the fonts of the titles, I want to replace them with straight fonts like arial, tahoma, sanf serif, I have no programming skills, but if you modify the files in their respective directories ..I look forward to your prompt help?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 10, 2013 at 3:55 pm #495366So that I can try to best assist you, please provide the url of the site you’re working on
June 10, 2013 at 4:09 pm #495373thanks for your help?
the url where we are working is: http://kea1.ideascristian.com/TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 10, 2013 at 4:14 pm #495376One more thing …. So I can guide you as to how to modify your title fonts, I will need you to do one of the following:
If you’re using JA Argo for J3.0:
– set your template to “Development Mode” within your Template ManagerIf you’re using JA Argo for J2.5:
– set “Optimize CSS” to “No” within your Template Manager–General settings1 user says Thank You to TomC for this useful post
June 10, 2013 at 4:19 pm #495378Thank you dear TOM
already enabled Development ModeTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 10, 2013 at 4:36 pm #495385Thee are several CSS rules that govern the font choices/styles for your template – some more “global” … some more specific.
If you want to change the font for your mail article titles and such, try this . . .
Within file path –> /t3-assets/dev/templates.ja_argo.less.mod_articles_category.less.css
at line 82, you will see the following:
.brick-title {
display: block;
float: left;
font-family: 'Rokkitt',serif;
font-weight: normal;
margin: 0;
}As you can see, the default “font-family” property is “Rokkitt”
If you want to change the font to, say, Arial … then simply modify the font-family property – for example:
.brick-title {
display: block;
float: left;
font-family: 'Arial';
font-weight: normal;
margin: 0;
}Hope That Helps
1 user says Thank You to TomC for this useful post
June 10, 2013 at 6:11 pm #495396Thanks I could change what I wanted, but I could not change the font of the menu categories
I change and font of the menu?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 10, 2013 at 6:16 pm #495397<em>@extuid 376178 wrote:</em><blockquote>Thanks I could change what I wanted, but I could not change the font of the menu categories
I change and font of the menu?</blockquote>Within file path –> /t3-assets/dev/templates.ja_argo.less.navigation.less.css
at line 48, add a “font-family” property to the CSS rule – for example . . .
.t3-mainnav .navbar .nav > li > a {
border-right: 1px solid #1A1A1A
border-top: 0 none;
color: #FFFFFF
font-family: Tahoma;
line-height: 50px;
padding: 0 25px;
text-shadow: none;
text-transform: uppercase;}
Does This Help?
June 10, 2013 at 6:52 pm #495403TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 10, 2013 at 6:55 pm #495404<em>@extuid 376185 wrote:</em><blockquote>thanks for your reply, I could change the letter, which is attached the image I want to change</blockquote>
In that case . . . .
Within file path –> /t3-assets/dev/templates.ja_argo.less.megamenu.less.css
at line 351, you will see the following:
.t3-megamenu .dropdown-menu .mega-nav > li a {
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 16px;
line-height: 20px;}
Change the “font-family” property to the font style you wish.
1 user says Thank You to TomC for this useful post
June 10, 2013 at 7:54 pm #495407Thank you for your excellent support, I solved everything with regard to sources .. thanks
How to change the main color to a custom color for me?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 10, 2013 at 7:59 pm #495408<em>@extuid 376189 wrote:</em><blockquote>
How to change the main color to a custom color for me?</blockquote>
The main color of what? – the whole site? – particular element(s)?June 10, 2013 at 8:03 pm #495409The theme color but custom one for me ?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 10, 2013 at 8:08 pm #495410That is going to involve either you creating an entire new color theme for your site . . .
OR
What you could do is modify the CSS within one of the existing color themes (that you know you will never use) and change the color codes throughout to match the color theme you want.
Make Sense??
June 10, 2013 at 8:11 pm #495411How do I change the color on a subject that is already ready?
AuthorPostsThis topic contains 18 replies, has 2 voices, and was last updated by TomC 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum