Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • AlejandroDiaz Friend
    #128018

    Hi
    I’ve removed all the color configurations from the ja_news module
    Now I have the default gray color for all the site

    I want to change this gray color by some lightblue variation

    Which css/image files should I edit ?

    Thanks :-[

    chomik Friend
    #247162

    Hmm. All css files with style colors u have on directory: template/css/colors/ I dont understund good…

    ourtemplates Friend
    #247170

    It’s amazing that you guys colors can change and mine won’t I can’t get any help on these forums, you pay for the subcription to the templates and that’s it no support!!

    Sherlock Friend
    #247190

    Hi AlejandroDiaz !
    You can say detail about color theme following :
    css file is store in template/css/colors folder .
    You open index.php file in templates/ja_teline_ii folder go to line 44:


    <link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme<?php echo $tmpTools->getThemeForSection(); ?>.css" rel="stylesheet" type="text/css" />

    above code is code for load css theme color file. You can replace it by :


    <link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme-lightblue .css" rel="stylesheet" type="text/css" />

    then go to templates/ja_teline_ii folder , create theme-lightblue .css file for this theme.

    AlejandroDiaz Friend
    #247274

    Thanks a lot hainn84
    I’ll clone a theme and will make what you suggested

    TomC Moderator
    #247275

    <em>@ourtemplates 50943 wrote:</em><blockquote>It’s amazing that you guys colors can change and mine won’t I can’t get any help on these forums, you pay for the subcription to the templates and that’s it no support!!</blockquote>
    It’s been ONE DAY since you posted your question . . . and a couple of people have been trying to help you.

    Relax

    Paul Wallen Friend
    #248581

    Thank you for your support on changing the menu color!

    mariovfx Friend
    #248854

    How do you change the color theme lets say to green?

    Sherlock Friend
    #248872

    HI mariovfx !
    You open index.php file in templates/ja_teline_ii folder go to line 44:


    <link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme<?php echo $tmpTools->getThemeForSection(); ?>.css" rel="stylesheet" type="text/css" />

    above code is code for load css theme color file. You can replace it by :


    <link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme-green.css" rel="stylesheet" type="text/css" />

    mariovfx Friend
    #248879

    Thanks for the help, but that does not work.
    I am getting blue all the time no matter what!

    on line 84 here is what I have now:

    <!– Menu head –>

    <?php $jamenu->genMenuHead(); ?>

    <link href=”<?php echo $tmpTools->templateurl(); ?>/css/colors/theme-green.css” rel=”stylesheet” type=”text/css” />

    Sherlock Friend
    #248881

    Please send link of your site ! I will check it for you !

    mariovfx Friend
    #249786

    how do you take off add by joomla link

    please.

    dhuston53 Friend
    #251635

    I have followed your directions to change site theme color to the letter on line 44 but I do not see any change.

    My URL: http://www.thegatorbyte.com

    Please advise.

    Thank you

    Editor of TGB

    dhuston53 Friend
    #251636

    <em>@hainn84 50970 wrote:</em><blockquote>Hi AlejandroDiaz !
    You can say detail about color theme following :
    css file is store in template/css/colors folder .
    You open index.php file in templates/ja_teline_ii folder go to line 44:


    <link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme<?php echo $tmpTools->getThemeForSection(); ?>.css" rel="stylesheet" type="text/css" />

    above code is code for load css theme color file. You can replace it by :


    <link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/theme-lightblue .css" rel="stylesheet" type="text/css" />

    then go to templates/ja_teline_ii folder , create theme-lightblue .css file for this theme.</blockquote>

    I have followed these instructions to the letter but I see no change.

    Any advice?

    URL: http://www.thegatorbyte.com

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

This topic contains 14 replies, has 8 voices, and was last updated by  dhuston53 15 years, 11 months ago.

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