Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • extuid Friend
    #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 Moderator
    #495366

    So that I can try to best assist you, please provide the url of the site you’re working on

    extuid Friend
    #495373

    thanks for your help?
    the url where we are working is: http://kea1.ideascristian.com/

    TomC Moderator
    #495376

    One 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 Manager

    If you’re using JA Argo for J2.5:
    – set “Optimize CSS” to “No” within your Template Manager–General settings

    extuid Friend
    #495378

    Thank you dear TOM
    already enabled Development Mode

    TomC Moderator
    #495385

    Thee 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

    extuid Friend
    #495396

    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?

    TomC Moderator
    #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?

    extuid Friend
    #495403

    thanks for your reply, I could change the letter, which is attached the image I want to change


    1. changing_letter_01
    TomC Moderator
    #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.

    extuid Friend
    #495407

    Thank 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 Moderator
    #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)?

    extuid Friend
    #495409

    The theme color but custom one for me ?

    TomC Moderator
    #495410

    That 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??

    extuid Friend
    #495411

    How do I change the color on a subject that is already ready?

Viewing 15 posts - 1 through 15 (of 18 total)

This topic contains 18 replies, has 2 voices, and was last updated by  TomC 10 years, 11 months ago.

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