Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • lorenzo_redi Friend
    #181766

    Good morning.
    I can change the background color of the footer? how?
    i can remove the big button and your link to index.php?

    I can change the background color of the menu? how?

    thanks – I attach images


    1. change-back-color
    2. change-color
    Luna Garden Moderator
    #471374

    <em>@lorenzo_redi 343965 wrote:</em><blockquote>Good morning.
    I can change the background color of the footer? how?
    i can remove the big button and your link to index.php?
    I can change the background color of the menu? how?

    thanks – I attach images</blockquote>
    Hi,
    1. To change your background color of the footer:
    Please go to:

    templates/ja_teline_iv/css/template.css
    Find these lines:

    #ja-footer .main {
    background: none repeat scroll 0 0 #1F1F1F
    color: #666666
    padding: 0;
    text-align: left;
    }

    and change the value of background to any value you want.

    2. To remove the big button and your link to index.php:
    Go to
    templatesja_teline_ivblocksfooter.php
    Remove these lines:

    <div id="ja-footlogo" >
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </div>

    3. To change the background color of the menu:
    Please go to:

    templates/ja_teline_iv/css/template.css
    Add these lines:

    .ja-megamenu{
    background: insert_value_you_want_here;
    }

    lorenzo_redi Friend
    #471380

    Please, help me?! Thanks

    Luna Garden Moderator
    #471436

    Hi, can you see my above post?
    <em>@Luna Garden 344076 wrote:</em><blockquote>Hi,
    1. To change your background color of the footer:
    Please go to:

    templates/ja_teline_iv/css/template.css
    Find these lines:

    #ja-footer .main {
    background: none repeat scroll 0 0 #1F1F1F
    color: #666666
    padding: 0;
    text-align: left;
    }

    and change the value of background to any value you want.

    2. To remove the big button and your link to index.php:
    Go to
    templatesja_teline_ivblocksfooter.php
    Remove these lines:

    <div id="ja-footlogo" >
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </div>

    3. To change the background color of the menu:
    Please go to:

    templates/ja_teline_iv/css/template.css
    Add these lines:

    .ja-megamenu{
    background: insert_value_you_want_here;
    }

    </blockquote>

    lorenzo_redi Friend
    #471456

    Thanks, but i change color and it’s ok only for home page, but if i enter in a single article, the color don’t change.

    if it’s possible i send you ser access.

    lorenzo_redi Friend
    #471469

    yes thank you i saw your post, but the changes only work in the HOME PAGE.
    do not work on the other pages of the site

    Luna Garden Moderator
    #471540

    And what code I need to enter in order to reduce the height of the “footer”?
    </blockquote>

    Hi,
    To reduce the height of the footer, go to your CSS file
    templates/your_template_folder/css/template.css
    Then find these lines:

    #ja-footer .main-inner1 {
    background: none repeat scroll 0 0 #1F1F1F
    padding: 12px 0 24px 240px;
    }

    Remove the padding, or change the padding to the value you want, like

    #ja-footer .main-inner1 {
    background: none repeat scroll 0 0 #1F1F1F
    padding: 2px 0 4px 240px;
    }

    Luna Garden Moderator
    #471750

    The last question: how to change the color of text in “footer”?</blockquote>
    Please go to this CSS file
    templates/your_template_folder/css/template.css
    then add more code:


    #ja-footer .ja-copyright small{
    color: value_color_you_want;
    }
    /* color for link */
    #ja-footer .ja-copyright small a{
    color: value_color_you_want;
    }

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

This topic contains 8 replies, has 2 voices, and was last updated by  Luna Garden 12 years ago.

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